GET /api/bet_types/c585687f-09ed-4248-962b-509da4dfaddc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c585687f-09ed-4248-962b-509da4dfaddc",
    "match": "https://api-prod.gambitprofit.com/api/matches/71232cfa-9066-4f69-bb9b-13789ba54c96/?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": "ARI",
                "amount": 6170.0
            },
            {
                "team": "SFO",
                "amount": 3830.0
            }
        ],
        "expected_reward_tokens": 9192.0,
        "profit_sb": 192.0,
        "profit_sb_percentage": 2.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "ab6f7939-7215-42b5-bc6b-b3e7743b1d00",
            "gambit_id": "3ed98e53-8584-4bd4-857c-7e9aead06130",
            "last_updated": "2022-10-02T15:17:06.080056-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c585687f-09ed-4248-962b-509da4dfaddc/?format=api"
        },
        {
            "id": "feed8506-49de-4b53-be6b-c678949c4e60",
            "gambit_id": "4a1231b5-d864-499f-9be7-2ef111d91c3c",
            "last_updated": "2022-10-02T15:17:06.079097-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO",
            "reward": "2.40000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c585687f-09ed-4248-962b-509da4dfaddc/?format=api"
        }
    ]
}