GET /api/bet_types/a5bf2fc0-c08b-424d-86b3-6498908dd456/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a5bf2fc0-c08b-424d-86b3-6498908dd456",
    "match": "https://api-prod.gambitprofit.com/api/matches/e66a64d4-cfe2-4b7f-b818-12c0cf451234/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-02T13:52:01.057788-04: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": "Calgary Flames",
                "amount": 6308.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "8992c696-a8e4-4a62-b3fc-537686e0f682",
            "gambit_id": "f1d8ee23-1e45-493b-81bd-1614bd9727e5",
            "last_updated": "2023-04-03T20:22:18.057514-04:00",
            "created_at": "2023-04-02T13:52:01.059652-04:00",
            "name": "Calgary Flames",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5bf2fc0-c08b-424d-86b3-6498908dd456/?format=api"
        },
        {
            "id": "e65ea2be-13fa-4e19-b648-2cd2a2c80885",
            "gambit_id": "0ad34daf-7703-459a-a094-c666793c6e7f",
            "last_updated": "2023-04-03T20:22:18.059678-04:00",
            "created_at": "2023-04-02T13:52:01.061606-04:00",
            "name": "Anaheim Ducks",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5bf2fc0-c08b-424d-86b3-6498908dd456/?format=api"
        }
    ]
}