GET /api/bet_types/92c56216-88b4-4f4e-baae-325605868b31/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "92c56216-88b4-4f4e-baae-325605868b31",
    "match": "https://api-prod.gambitprofit.com/api/matches/4adc4dd7-968b-4d44-bc8f-94d0bbb92db6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-08T09:58:15.078120-04:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Bo Nickal",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10400.0,
        "profit_sb": 900.0,
        "profit_sb_percentage": 9.47,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Bo Nickal",
                "amount": 9103.0
            },
            {
                "team": "Val Woodburn",
                "amount": 897.0
            }
        ],
        "expected_reward_tokens": 9463.35,
        "profit_sb": -36.65,
        "profit_sb_percentage": -0.39,
        "recommended": false
    },
    "lines": [
        {
            "id": "56b275f5-9b2e-469c-b2fb-b6319cfb7651",
            "gambit_id": "671b2232-6ee2-4115-a438-4cf44b9cbc71",
            "last_updated": "2023-07-10T18:18:17.865245-04:00",
            "created_at": "2023-07-08T09:58:15.082290-04:00",
            "name": "Bo Nickal",
            "reward": "1.04000",
            "odds": "1.04000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92c56216-88b4-4f4e-baae-325605868b31/?format=api"
        },
        {
            "id": "f5a229d6-662e-4cd3-b3db-8e2bd3fffc2e",
            "gambit_id": "c748484b-b9eb-4329-82a9-6ef2156d60b7",
            "last_updated": "2023-07-10T18:18:17.863767-04:00",
            "created_at": "2023-07-08T09:58:15.079961-04:00",
            "name": "Val Woodburn",
            "reward": "10.55000",
            "odds": "11.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92c56216-88b4-4f4e-baae-325605868b31/?format=api"
        }
    ]
}