GET /api/bet_types/96a044d1-9d21-401b-9a3b-7f4264669beb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96a044d1-9d21-401b-9a3b-7f4264669beb",
    "match": "https://api-prod.gambitprofit.com/api/matches/c1c4161d-224f-404f-851e-da5710dcfc6b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-28T09:42:04.767892-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": "Tampa Bay Lightning",
                "amount": 6563.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3437.0
            }
        ],
        "expected_reward_tokens": 9450.72,
        "profit_sb": -49.28,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "d1d9055f-681c-4aa1-bac0-2d3ba99fb4fe",
            "gambit_id": "da081f77-7d7f-4351-a8ad-ed1c452d111c",
            "last_updated": "2023-01-30T17:46:56.118208-05:00",
            "created_at": "2023-01-28T09:42:04.769120-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96a044d1-9d21-401b-9a3b-7f4264669beb/?format=api"
        },
        {
            "id": "dd3ca2f1-21c0-405b-bf40-68b66ef4e5a2",
            "gambit_id": "93e59c95-3d2a-4613-a7b9-a89252c63b7f",
            "last_updated": "2023-01-30T17:46:56.119778-05:00",
            "created_at": "2023-01-28T09:42:04.770415-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.75000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96a044d1-9d21-401b-9a3b-7f4264669beb/?format=api"
        }
    ]
}