GET /api/bet_types/ad36ec49-d8eb-4e56-bd5d-d8aca2db351f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad36ec49-d8eb-4e56-bd5d-d8aca2db351f",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0deb5ee-c409-4e93-be49-945b3863de7a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T19:52:12.805512-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Providence",
                "amount": 5000.0
            },
            {
                "team": "Kentucky",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "9636182c-c893-49d2-9874-182d1bd37bb5",
            "gambit_id": "c6d664ab-5084-45e8-b116-5c68ab2017b4",
            "last_updated": "2023-03-18T11:42:24.079742-04:00",
            "created_at": "2023-03-14T19:52:12.809808-04:00",
            "name": "Providence",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad36ec49-d8eb-4e56-bd5d-d8aca2db351f/?format=api"
        },
        {
            "id": "70d28b95-3288-4273-b6b4-2bf71e2d1767",
            "gambit_id": "fd199c87-b6d3-4a38-bed8-c1bb94148c3c",
            "last_updated": "2023-03-18T11:42:24.078392-04:00",
            "created_at": "2023-03-14T19:52:12.807681-04:00",
            "name": "Kentucky",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad36ec49-d8eb-4e56-bd5d-d8aca2db351f/?format=api"
        }
    ]
}