GET /api/bet_types/40912fdb-3355-47c0-9599-6693807f19ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "40912fdb-3355-47c0-9599-6693807f19ec",
    "match": "https://api-prod.gambitprofit.com/api/matches/00eafeb8-8624-42dd-b603-e8cfdc4a125e/?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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "57cc7ecc-d7b2-493f-a817-4542ee91f5f3",
            "gambit_id": "4112e840-f401-4be4-b18d-0d9712ba9875",
            "last_updated": "2022-12-12T18:57:22.363553-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40912fdb-3355-47c0-9599-6693807f19ec/?format=api"
        },
        {
            "id": "1e77217c-00bf-4060-a799-10ad9df88982",
            "gambit_id": "980e2c59-44ee-468f-ab74-95eb7e8b2e43",
            "last_updated": "2022-12-12T18:57:22.362330-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40912fdb-3355-47c0-9599-6693807f19ec/?format=api"
        }
    ]
}