GET /api/bet_types/30c10b1a-013e-4d95-9d83-f8ddbba1420e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "30c10b1a-013e-4d95-9d83-f8ddbba1420e",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad187d80-d0e5-47c5-a257-20bca80c6daa/?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": "Massachusetts",
                "amount": 5000.0
            },
            {
                "team": "Arkansas State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "dc1cc374-7323-483e-ba3f-c89ed9c669c9",
            "gambit_id": "131e4ada-a146-411b-aad2-329e59eacd93",
            "last_updated": "2022-11-14T10:13:47.288969-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Massachusetts",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30c10b1a-013e-4d95-9d83-f8ddbba1420e/?format=api"
        },
        {
            "id": "75091211-1eaa-4f7a-b6d8-bf4583569d92",
            "gambit_id": "965732bb-4bc1-4685-b8e3-652db7493483",
            "last_updated": "2022-11-14T10:13:47.287942-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arkansas State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30c10b1a-013e-4d95-9d83-f8ddbba1420e/?format=api"
        }
    ]
}