GET /api/bet_types/475024c5-e862-4910-897c-d4e76366a0f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "475024c5-e862-4910-897c-d4e76366a0f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3a454ca-6b81-42d4-92b4-3fc6b383c3b4/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": "LAA",
                "amount": 5511.0
            },
            {
                "team": "SEA",
                "amount": 4489.0
            }
        ],
        "expected_reward_tokens": 9202.45,
        "profit_sb": 202.45,
        "profit_sb_percentage": 2.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "4befa3b3-70f8-4637-bb67-5eb595b461e4",
            "gambit_id": "381bdc22-231f-4761-9d47-12b60ebd833c",
            "last_updated": "2022-08-06T10:47:01.640116-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "1.67000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/475024c5-e862-4910-897c-d4e76366a0f9/?format=api"
        },
        {
            "id": "724c6566-e187-41b9-a9df-d25cb10282c7",
            "gambit_id": "d57cfae9-a269-4a83-af4e-eae8cba955a3",
            "last_updated": "2022-08-06T10:47:01.639527-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "2.05000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/475024c5-e862-4910-897c-d4e76366a0f9/?format=api"
        }
    ]
}