GET /api/bet_types/8eb6351a-fefd-42e7-8b5f-dc5402686665/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8eb6351a-fefd-42e7-8b5f-dc5402686665",
    "match": "https://api-prod.gambitprofit.com/api/matches/ff382ed6-b804-44bb-95c5-9be737d70103/?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": "Atlanta Falcons",
                "amount": 5000.0
            },
            {
                "team": "San Francisco 49ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "32edf8c7-71c8-41c2-93f8-a798dfc43df2",
            "gambit_id": "d9dcb5d2-7705-41e6-87a2-df94a0397dc3",
            "last_updated": "2022-10-17T15:32:02.549044-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Falcons",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8eb6351a-fefd-42e7-8b5f-dc5402686665/?format=api"
        },
        {
            "id": "843535c7-3b20-4319-8b6c-38ceaaad7645",
            "gambit_id": "f7927d53-02f3-4d3d-a9a1-91e32235b54f",
            "last_updated": "2022-10-17T15:32:02.550302-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8eb6351a-fefd-42e7-8b5f-dc5402686665/?format=api"
        }
    ]
}