GET /api/bet_types/3a9df7aa-4d82-468d-9edb-e5aa9b90b9df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a9df7aa-4d82-468d-9edb-e5aa9b90b9df",
    "match": "https://api-prod.gambitprofit.com/api/matches/80f75620-7061-4f53-b81f-3337c3098362/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "CHC",
                "amount": 5110.0
            },
            {
                "team": "STL",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9095.4,
        "profit_sb": 95.4,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "e86d0614-05db-43e9-b0a0-28e971394c90",
            "gambit_id": "b83e9261-5237-4599-a9a2-1b208a4248cf",
            "last_updated": "2022-08-23T09:36:58.228324-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a9df7aa-4d82-468d-9edb-e5aa9b90b9df/?format=api"
        },
        {
            "id": "c28c9448-9fbf-42a6-a6c8-5ba33a51dd41",
            "gambit_id": "f53c2478-d0f9-4eeb-bf1a-1f398a259140",
            "last_updated": "2022-08-23T09:36:58.228817-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "1.86000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a9df7aa-4d82-468d-9edb-e5aa9b90b9df/?format=api"
        }
    ]
}