GET /api/bet_types/1d9e944b-e8df-4569-966b-4262286ad1af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d9e944b-e8df-4569-966b-4262286ad1af",
    "match": "https://api-prod.gambitprofit.com/api/matches/a646926f-1b2f-4745-a680-78827405326a/?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": "Dallas Mavericks",
                "amount": 7661.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 2339.0
            }
        ],
        "expected_reward_tokens": 9192.27,
        "profit_sb": 192.27,
        "profit_sb_percentage": 2.14,
        "recommended": true
    },
    "lines": [
        {
            "id": "c3156493-3449-44ac-81da-2b08d62559c8",
            "gambit_id": "3c8c74c1-1045-4df9-b70f-b2007ac9c010",
            "last_updated": "2022-11-19T10:38:46.104947-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.20000",
            "odds": "1.23260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d9e944b-e8df-4569-966b-4262286ad1af/?format=api"
        },
        {
            "id": "a687bcb4-0572-4019-a6d1-b21514d1e082",
            "gambit_id": "bb6746c3-a619-4883-872f-338f0cbf3a91",
            "last_updated": "2022-11-19T10:38:46.106093-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Nuggets",
            "reward": "3.93000",
            "odds": "4.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d9e944b-e8df-4569-966b-4262286ad1af/?format=api"
        }
    ]
}