GET /api/bet_types/8b435389-7aff-4015-bc2f-8dff7e2d08a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8b435389-7aff-4015-bc2f-8dff7e2d08a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ba0cbf2-ffe4-4746-bfc6-40c98c6e257b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-12T10:57:57.479061-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": "Minnesota Vikings",
                "amount": 5094.0
            },
            {
                "team": "Chicago Bears",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "b6adba14-61fc-45bb-ad2b-543fd427d67f",
            "gambit_id": "30bdf5d0-d6e5-4ecd-8aa9-af2725dd4337",
            "last_updated": "2023-10-16T18:33:02.555342-04:00",
            "created_at": "2023-10-12T10:57:57.482739-04:00",
            "name": "Minnesota Vikings",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b435389-7aff-4015-bc2f-8dff7e2d08a0/?format=api"
        },
        {
            "id": "cfdcfd55-5a10-4cef-987a-827ee177904e",
            "gambit_id": "43c524aa-2173-4c10-b8fa-805a74b736db",
            "last_updated": "2023-10-16T18:33:02.559098-04:00",
            "created_at": "2023-10-12T10:57:57.487143-04:00",
            "name": "Chicago Bears",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b435389-7aff-4015-bc2f-8dff7e2d08a0/?format=api"
        }
    ]
}