GET /api/bet_types/441debc6-29bd-494c-8d71-d4ab36eb0cd0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "441debc6-29bd-494c-8d71-d4ab36eb0cd0",
    "match": "https://api-prod.gambitprofit.com/api/matches/8510bbdb-2a13-44ab-af87-2c640a61e13c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-09T11:12:01.977240-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": 6308.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "12766b8f-b533-4ce6-83a9-72f88ed212d2",
            "gambit_id": "78f46217-7660-4fe9-bda1-b64da75fc2d7",
            "last_updated": "2023-02-11T23:17:15.461174-05:00",
            "created_at": "2023-02-09T11:12:01.980078-05:00",
            "name": "Seattle Kraken",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/441debc6-29bd-494c-8d71-d4ab36eb0cd0/?format=api"
        },
        {
            "id": "bbd6cb1e-f6e2-4984-91f6-31dbae4abe84",
            "gambit_id": "b32b6603-b54e-4c81-a65b-c0ab3a9f878f",
            "last_updated": "2023-02-11T23:17:15.459998-05:00",
            "created_at": "2023-02-09T11:12:01.978614-05:00",
            "name": "New Jersey Devils",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/441debc6-29bd-494c-8d71-d4ab36eb0cd0/?format=api"
        }
    ]
}