GET /api/bet_types/7ccb8c78-8448-43c6-94d5-f92bcca70fce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7ccb8c78-8448-43c6-94d5-f92bcca70fce",
    "match": "https://api-prod.gambitprofit.com/api/matches/04766ea5-c4e9-4d7c-8c54-5c592760a0e9/?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": "Seoul Dynasty",
                "amount": 7413.0
            },
            {
                "team": "Chengdu Hunters",
                "amount": 2587.0
            }
        ],
        "expected_reward_tokens": 8821.47,
        "profit_sb": -178.53,
        "profit_sb_percentage": -1.98,
        "recommended": false
    },
    "lines": [
        {
            "id": "0d7d9fac-4267-49da-8ac4-4f0e4117c7e6",
            "gambit_id": "2494c1a5-9688-4725-931f-93156f383a69",
            "last_updated": "2022-12-24T17:12:24.461039-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seoul Dynasty",
            "reward": "1.19000",
            "odds": "1.22000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ccb8c78-8448-43c6-94d5-f92bcca70fce/?format=api"
        },
        {
            "id": "f2d58509-834b-4868-bf66-60bf0e032e19",
            "gambit_id": "b2960e63-7311-489d-8153-44b93c247dac",
            "last_updated": "2022-12-24T17:12:24.462234-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chengdu Hunters",
            "reward": "3.41000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ccb8c78-8448-43c6-94d5-f92bcca70fce/?format=api"
        }
    ]
}