GET /api/bet_types/89f38518-aba0-4efc-8964-f3b53de25b3a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89f38518-aba0-4efc-8964-f3b53de25b3a",
    "match": "https://api-prod.gambitprofit.com/api/matches/4026833f-5cf5-4dee-ba7b-885af802a2df/?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": "Royal Never Give Up",
                "amount": 8213.0
            },
            {
                "team": "ThunderTalk Gaming",
                "amount": 1787.0
            }
        ],
        "expected_reward_tokens": 9113.7,
        "profit_sb": 113.7,
        "profit_sb_percentage": 1.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "76f8195c-1bc6-413b-910b-8f7873bb6c4d",
            "gambit_id": "9612966e-1e79-44ce-9c29-b1d2893836ff",
            "last_updated": "2022-08-09T10:47:15.340493-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Royal Never Give Up",
            "reward": "1.11000",
            "odds": "1.12000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89f38518-aba0-4efc-8964-f3b53de25b3a/?format=api"
        },
        {
            "id": "e25087ba-71f7-4bee-b646-5e70de12aa5d",
            "gambit_id": "ebcf3d95-b87b-4ac0-90bc-4e793d5070b8",
            "last_updated": "2022-08-09T10:47:15.340915-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ThunderTalk Gaming",
            "reward": "5.10000",
            "odds": "5.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89f38518-aba0-4efc-8964-f3b53de25b3a/?format=api"
        }
    ]
}