GET /api/bet_types/6917231b-ba30-4fe9-a005-2017fd125f83/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6917231b-ba30-4fe9-a005-2017fd125f83",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ad703cc-d026-457f-9295-62d18507fcef/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-11T08:53:07.506669-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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "1c0841e8-edb4-4eab-82e6-21e93af160c5",
            "gambit_id": "b1d3962c-8157-4c46-97ac-8147f4745ac7",
            "last_updated": "2023-11-13T15:03:30.413657-05:00",
            "created_at": "2023-11-11T08:53:07.512130-05:00",
            "name": "Miami Heat",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6917231b-ba30-4fe9-a005-2017fd125f83/?format=api"
        },
        {
            "id": "1644ce1b-6ccd-4014-acc8-d8a75e14e33f",
            "gambit_id": "3d24f108-a4b5-4c62-9b35-a6716df67d81",
            "last_updated": "2023-11-13T15:03:30.417221-05:00",
            "created_at": "2023-11-11T08:53:07.516503-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6917231b-ba30-4fe9-a005-2017fd125f83/?format=api"
        }
    ]
}