GET /api/bet_types/78463926-d6b1-4ac6-918c-f03a948490c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "78463926-d6b1-4ac6-918c-f03a948490c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/ef6720fd-b408-4e50-aaa0-dc35506b9d40/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-30T08:58:08.039737-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": "Chicago Bulls",
                "amount": 7106.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 2894.0
            }
        ],
        "expected_reward_tokens": 9521.26,
        "profit_sb": 21.26,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "83b34d5a-e59e-4720-bed6-1ad79c3094be",
            "gambit_id": "b803c66d-da12-424a-98fc-2f6ac0a9d873",
            "last_updated": "2024-01-31T21:48:10.758539-05:00",
            "created_at": "2024-01-30T08:58:08.049745-05:00",
            "name": "Chicago Bulls",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78463926-d6b1-4ac6-918c-f03a948490c2/?format=api"
        },
        {
            "id": "37bd4e08-b391-4805-8ac2-afa45366f3b9",
            "gambit_id": "adb7149a-1f89-4a94-873e-37e2da73bdac",
            "last_updated": "2024-01-31T21:48:10.755420-05:00",
            "created_at": "2024-01-30T08:58:08.044397-05:00",
            "name": "Toronto Raptors",
            "reward": "3.29000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78463926-d6b1-4ac6-918c-f03a948490c2/?format=api"
        }
    ]
}