GET /api/bet_types/46c8ad07-0234-4dc6-b09e-8f3ec63b56b3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46c8ad07-0234-4dc6-b09e-8f3ec63b56b3",
    "match": "https://api-prod.gambitprofit.com/api/matches/53612180-03b6-493e-9a86-2929d3927a66/?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": "STL (J Quintana)",
                "amount": 6196.0
            },
            {
                "team": "CHC (S Newcomb)",
                "amount": 3804.0
            }
        ],
        "expected_reward_tokens": 9355.96,
        "profit_sb": 355.96,
        "profit_sb_percentage": 3.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "c59e165b-7833-49ab-94d4-e5f882eb0fae",
            "gambit_id": "6c0ba19b-6f90-4c89-b0aa-d5f9555692ce",
            "last_updated": "2022-08-05T10:01:56.396313-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL (J Quintana)",
            "reward": "1.51000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46c8ad07-0234-4dc6-b09e-8f3ec63b56b3/?format=api"
        },
        {
            "id": "bf6ab89d-25b7-4a0a-ba3e-cf3d7e32600e",
            "gambit_id": "47ed980d-f39e-43a4-aca1-8ffdd8f84c95",
            "last_updated": "2022-08-05T10:01:56.395821-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC (S Newcomb)",
            "reward": "2.46000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46c8ad07-0234-4dc6-b09e-8f3ec63b56b3/?format=api"
        }
    ]
}