GET /api/bet_types/a67ce600-c3a3-499c-82e4-b98596868e37/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a67ce600-c3a3-499c-82e4-b98596868e37",
    "match": "https://api-prod.gambitprofit.com/api/matches/dded4368-066b-4623-bd7d-32d1f0784c12/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-29T09:13:14.175055-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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cfae0fd6-8a57-4023-aa8f-b78771286052",
            "gambit_id": "b24dff0b-57b6-43e1-85b8-63e11aca7511",
            "last_updated": "2024-01-31T10:13:33.905972-05:00",
            "created_at": "2024-01-29T09:13:14.180084-05:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a67ce600-c3a3-499c-82e4-b98596868e37/?format=api"
        },
        {
            "id": "96d8b7d2-e3a2-468c-a00c-92d348f9f74f",
            "gambit_id": "5ca5557a-5511-4772-935d-236950297c4e",
            "last_updated": "2024-01-31T10:13:33.910180-05:00",
            "created_at": "2024-01-29T09:13:14.184983-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a67ce600-c3a3-499c-82e4-b98596868e37/?format=api"
        }
    ]
}