GET /api/bet_types/a965e530-3f07-4194-aaa7-5bded6472088/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a965e530-3f07-4194-aaa7-5bded6472088",
    "match": "https://api-prod.gambitprofit.com/api/matches/08b85e57-5bb7-4b99-8608-e883f5e39bca/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-14T12:02:13.258852-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": "ARI",
                "amount": 5614.0
            },
            {
                "team": "MIA",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "64b35994-c987-49ef-8b24-f9c7adeebad5",
            "gambit_id": "264c963b-3ea0-4687-b754-fa5dd5520182",
            "last_updated": "2023-04-15T15:47:03.348842-04:00",
            "created_at": "2023-04-14T12:02:13.262877-04:00",
            "name": "ARI",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a965e530-3f07-4194-aaa7-5bded6472088/?format=api"
        },
        {
            "id": "d1ab63d8-1454-4710-8d36-678f27b1343c",
            "gambit_id": "a89829f2-81b9-48cd-a91d-13ce487bb381",
            "last_updated": "2023-04-15T15:47:03.346585-04:00",
            "created_at": "2023-04-14T12:02:13.260700-04:00",
            "name": "MIA",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a965e530-3f07-4194-aaa7-5bded6472088/?format=api"
        }
    ]
}