GET /api/bet_types/645db535-d848-4495-9a99-0ba944c5064f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "645db535-d848-4495-9a99-0ba944c5064f",
    "match": "https://api-prod.gambitprofit.com/api/matches/02e0c432-d541-45ee-b890-c00fd1dce372/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-30T10:28:03.015269-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": "Miami Heat",
                "amount": 6020.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "2033daea-ce9a-4bca-a75a-370446b46d9d",
            "gambit_id": "de8977f7-1824-4e44-acd7-70a86bffbe4c",
            "last_updated": "2023-12-01T19:08:08.370387-05:00",
            "created_at": "2023-11-30T10:28:03.028611-05:00",
            "name": "Miami Heat",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/645db535-d848-4495-9a99-0ba944c5064f/?format=api"
        },
        {
            "id": "895a723c-f504-4016-a28f-d8ca6cd12f42",
            "gambit_id": "58388e11-301b-4c81-bd40-75e568f92a6b",
            "last_updated": "2023-12-01T19:08:08.366836-05:00",
            "created_at": "2023-11-30T10:28:03.021524-05:00",
            "name": "Indiana Pacers",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/645db535-d848-4495-9a99-0ba944c5064f/?format=api"
        }
    ]
}