GET /api/bet_types/c45fe1b3-916d-467d-b8ce-20bb512c4201/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c45fe1b3-916d-467d-b8ce-20bb512c4201",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c578178-98ae-445b-9f85-3ed50bb387af/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-21T09:38:07.757652-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": "Columbus Blue Jackets",
                "amount": 5423.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "e173ea4d-68f9-45c4-b884-c89a1e0ef90e",
            "gambit_id": "dc5e5fd3-29f8-450b-acbc-ae4f3c425cc7",
            "last_updated": "2023-10-23T20:38:04.097384-04:00",
            "created_at": "2023-10-21T09:38:07.762031-04:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c45fe1b3-916d-467d-b8ce-20bb512c4201/?format=api"
        },
        {
            "id": "12c28997-31e1-4fc4-a7b5-a6acce026260",
            "gambit_id": "4a47a8fa-eb75-42be-8e8d-3e74d441da52",
            "last_updated": "2023-10-23T20:38:04.102609-04:00",
            "created_at": "2023-10-21T09:38:07.766147-04:00",
            "name": "Minnesota Wild",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c45fe1b3-916d-467d-b8ce-20bb512c4201/?format=api"
        }
    ]
}