GET /api/bet_types/02424afc-c8bf-4027-86c3-688e16c66607/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "02424afc-c8bf-4027-86c3-688e16c66607",
    "match": "https://api-prod.gambitprofit.com/api/matches/c6ac056c-edf4-434f-b2be-30b4964b1610/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-12T09:23:01.237842-04: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": "TEX (M Scherzer)",
                "amount": 5157.0
            },
            {
                "team": "TOR (H Ryu)",
                "amount": 4843.0
            }
        ],
        "expected_reward_tokens": 9540.45,
        "profit_sb": 40.45,
        "profit_sb_percentage": 0.43,
        "recommended": true
    },
    "lines": [
        {
            "id": "afba86f6-dcb2-4b22-a952-2a0c92010f9a",
            "gambit_id": "8c2a279c-587a-4d74-82f2-27f733ebc573",
            "last_updated": "2023-09-15T16:33:17.422574-04:00",
            "created_at": "2023-09-12T09:23:01.242266-04:00",
            "name": "TEX (M Scherzer)",
            "reward": "1.85000",
            "odds": "1.89290",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02424afc-c8bf-4027-86c3-688e16c66607/?format=api"
        },
        {
            "id": "575fe9ea-31eb-4ae2-bdac-8ebeaa0b5cb0",
            "gambit_id": "0dccf20e-ae00-4eec-84d7-64eb877649de",
            "last_updated": "2023-09-15T16:33:17.426282-04:00",
            "created_at": "2023-09-12T09:23:01.248433-04:00",
            "name": "TOR (H Ryu)",
            "reward": "1.97000",
            "odds": "2.02000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02424afc-c8bf-4027-86c3-688e16c66607/?format=api"
        }
    ]
}