GET /api/bet_types/0c786e2b-5add-4555-b672-01bd52ee4993/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c786e2b-5add-4555-b672-01bd52ee4993",
    "match": "https://api-prod.gambitprofit.com/api/matches/e117670f-8a9b-4b3d-bc86-c84c1edc85dc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-30T10:43:13.083658-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": "Minnesota Wild",
                "amount": 6554.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "f81ae7fc-6548-42c8-8e9c-f78706d4d5c8",
            "gambit_id": "4a259afa-7cdc-4447-b5b1-2c7cdd877e43",
            "last_updated": "2024-01-01T19:53:20.942412-05:00",
            "created_at": "2023-12-30T10:43:13.087674-05:00",
            "name": "Minnesota Wild",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c786e2b-5add-4555-b672-01bd52ee4993/?format=api"
        },
        {
            "id": "b4700c47-3f82-45f1-b1f5-847486ff2782",
            "gambit_id": "a57c096c-f0f2-467b-873f-7c00026255d6",
            "last_updated": "2024-01-01T19:53:20.945676-05:00",
            "created_at": "2023-12-30T10:43:13.092175-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c786e2b-5add-4555-b672-01bd52ee4993/?format=api"
        }
    ]
}