GET /api/bet_types/0abe7000-fa27-4cc1-88f6-8a3c3b368b60/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0abe7000-fa27-4cc1-88f6-8a3c3b368b60",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c97e062-b932-4469-95d6-226bcd2f2281/?format=api",
    "name": "Pick the Winner",
    "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": "New Orleans Pelicans",
                "amount": 7990.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 2010.0
            }
        ],
        "expected_reward_tokens": 9266.1,
        "profit_sb": 266.1,
        "profit_sb_percentage": 2.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "c75071a7-e490-46c5-8f97-3eddaa495e32",
            "gambit_id": "dd0b4935-2556-47ba-8aa4-7aca08ea6f9b",
            "last_updated": "2022-11-05T09:28:15.719075-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.16000",
            "odds": "1.18180",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0abe7000-fa27-4cc1-88f6-8a3c3b368b60/?format=api"
        },
        {
            "id": "3dfda8c2-d11e-4cde-b20e-2584c39a4057",
            "gambit_id": "c1f2fdfb-9d10-421a-8472-506b7544a02b",
            "last_updated": "2022-11-05T09:28:15.720043-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "4.61000",
            "odds": "5.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0abe7000-fa27-4cc1-88f6-8a3c3b368b60/?format=api"
        }
    ]
}