GET /api/bet_types/00db7bee-4fca-42e7-b537-aa9e7eff6f8b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "00db7bee-4fca-42e7-b537-aa9e7eff6f8b",
    "match": "https://api-prod.gambitprofit.com/api/matches/116b0461-33ba-4dd9-a81e-957e2502e7fe/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-17T09:12:09.159213-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 Kings",
                "amount": 6862.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3138.0
            }
        ],
        "expected_reward_tokens": 9538.18,
        "profit_sb": 38.18,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "ebfdd8cc-7b19-4287-a3d4-3a0105141803",
            "gambit_id": "2cce2278-28fe-418f-88d6-49c68245bb6c",
            "last_updated": "2023-02-18T09:47:18.937168-05:00",
            "created_at": "2023-02-17T09:12:09.161779-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.39000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00db7bee-4fca-42e7-b537-aa9e7eff6f8b/?format=api"
        },
        {
            "id": "34c95681-3d66-47ae-9336-707c8a04e539",
            "gambit_id": "9fa6df02-d86d-426a-bf7f-798a74555b03",
            "last_updated": "2023-02-18T09:47:18.936039-05:00",
            "created_at": "2023-02-17T09:12:09.160465-05:00",
            "name": "Anaheim Ducks",
            "reward": "3.04000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00db7bee-4fca-42e7-b537-aa9e7eff6f8b/?format=api"
        }
    ]
}