GET /api/bet_types/9941ef16-b41e-4023-a6c8-de9ad1ce6d2b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9941ef16-b41e-4023-a6c8-de9ad1ce6d2b",
    "match": "https://api-prod.gambitprofit.com/api/matches/428fb765-c790-4694-8164-b442fbac2465/?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": "Jackson State",
                "amount": 8083.0
            },
            {
                "team": "NC Central",
                "amount": 1917.0
            }
        ],
        "expected_reward_tokens": 9295.45,
        "profit_sb": 295.45,
        "profit_sb_percentage": 3.28,
        "recommended": true
    },
    "lines": [
        {
            "id": "9c1bfa77-cfbf-46bc-b446-cdd44cbb8be3",
            "gambit_id": "61924957-325d-4221-95c0-6e96ececc65b",
            "last_updated": "2022-12-18T09:47:22.863986-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Jackson State",
            "reward": "1.15000",
            "odds": "1.16670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9941ef16-b41e-4023-a6c8-de9ad1ce6d2b/?format=api"
        },
        {
            "id": "ccb402fd-4e00-487e-bd2a-8d5adec5a1f8",
            "gambit_id": "8f6a4889-2140-49bc-9c65-2a048fb1b83a",
            "last_updated": "2022-12-18T09:47:22.862678-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NC Central",
            "reward": "4.85000",
            "odds": "5.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9941ef16-b41e-4023-a6c8-de9ad1ce6d2b/?format=api"
        }
    ]
}