GET /api/bet_types/c5e031f9-af54-43ef-b695-c7cf745daf89/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5e031f9-af54-43ef-b695-c7cf745daf89",
    "match": "https://api-prod.gambitprofit.com/api/matches/d3da1921-801d-40ff-b1c7-0fc22e7b405d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-03T08:02:17.747513-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": "Seattle Kraken",
                "amount": 6020.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "a4b4ec7f-9578-43ef-8571-009b9f4dd6ce",
            "gambit_id": "8ac89b98-a9c6-4552-a35a-aab89f2e2458",
            "last_updated": "2023-03-04T16:31:49.704516-05:00",
            "created_at": "2023-03-03T08:02:17.750277-05:00",
            "name": "Seattle Kraken",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5e031f9-af54-43ef-b695-c7cf745daf89/?format=api"
        },
        {
            "id": "551a2bb0-8490-4157-88e8-bf5686552683",
            "gambit_id": "dee2359b-1a42-474b-ad1e-11fb4efc7cc5",
            "last_updated": "2023-03-04T16:31:49.703345-05:00",
            "created_at": "2023-03-03T08:02:17.748810-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5e031f9-af54-43ef-b695-c7cf745daf89/?format=api"
        }
    ]
}