GET /api/bet_types/3f2ecf55-a218-4759-ac85-bdd355487c8b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f2ecf55-a218-4759-ac85-bdd355487c8b",
    "match": "https://api-prod.gambitprofit.com/api/matches/565e68ab-1f3f-4b2e-9cbb-4854aec6f360/?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": "STL",
                "amount": 6407.0
            },
            {
                "team": "SDG",
                "amount": 3593.0
            }
        ],
        "expected_reward_tokens": 9162.01,
        "profit_sb": 162.01,
        "profit_sb_percentage": 1.8,
        "recommended": true
    },
    "lines": [
        {
            "id": "9ede8fdd-dbdc-4644-bc1b-0a741e7f75f0",
            "gambit_id": "4c5567f0-4b5f-4485-901c-a326671516e1",
            "last_updated": "2022-09-21T16:11:54.753994-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "1.43000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f2ecf55-a218-4759-ac85-bdd355487c8b/?format=api"
        },
        {
            "id": "864acffe-14eb-4c6a-bf56-8618e63ce78e",
            "gambit_id": "246754da-b54c-41df-85b6-e72f18471868",
            "last_updated": "2022-09-21T16:11:54.752915-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "2.55000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f2ecf55-a218-4759-ac85-bdd355487c8b/?format=api"
        }
    ]
}