GET /api/bet_types/122e4442-6ab9-490c-891e-5c912e71a1f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "122e4442-6ab9-490c-891e-5c912e71a1f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/80fd2fb5-9e31-4147-9e06-eddf29ee1aaf/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-30T08:18:15.516172-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": "MIA",
                "amount": 6010.0
            },
            {
                "team": "TAM",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "a193bb0c-566b-4f83-9a86-91e812163ea6",
            "gambit_id": "2fa681d6-158b-468b-a14a-4fd5b538e4b9",
            "last_updated": "2023-08-31T19:23:23.779543-04:00",
            "created_at": "2023-08-30T08:18:15.524648-04:00",
            "name": "MIA",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/122e4442-6ab9-490c-891e-5c912e71a1f1/?format=api"
        },
        {
            "id": "1b4a9be8-02b6-413b-a909-d1723ebd8ca2",
            "gambit_id": "c94fa3e2-2d31-4cec-883e-fbe9ba08587e",
            "last_updated": "2023-08-31T19:23:23.775973-04:00",
            "created_at": "2023-08-30T08:18:15.520168-04:00",
            "name": "TAM",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/122e4442-6ab9-490c-891e-5c912e71a1f1/?format=api"
        }
    ]
}