GET /api/bet_types/fc0a2252-4fbb-4471-a930-4b6248a15812/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc0a2252-4fbb-4471-a930-4b6248a15812",
    "match": "https://api-prod.gambitprofit.com/api/matches/f1de8bd7-e2a2-40fe-b391-d0851a091297/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-15T09:13:07.031702-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": "Los Angeles Lakers",
                "amount": 6232.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "79e10a51-ddb1-4c55-828d-665817fb7e0c",
            "gambit_id": "98a86ab4-769a-4746-aab6-1f5e57c84721",
            "last_updated": "2023-12-18T10:52:59.006291-05:00",
            "created_at": "2023-12-15T09:13:07.035002-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc0a2252-4fbb-4471-a930-4b6248a15812/?format=api"
        },
        {
            "id": "fe79d1c7-dac0-4397-b278-bedd7e9920b1",
            "gambit_id": "ee391d85-d4cd-427f-994b-52de0667175d",
            "last_updated": "2023-12-18T10:52:59.009849-05:00",
            "created_at": "2023-12-15T09:13:07.039443-05:00",
            "name": "San Antonio Spurs",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc0a2252-4fbb-4471-a930-4b6248a15812/?format=api"
        }
    ]
}