GET /api/bet_types/f4959c6a-f849-4b31-977a-700fddd9e186/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f4959c6a-f849-4b31-977a-700fddd9e186",
    "match": "https://api-prod.gambitprofit.com/api/matches/e48a75d1-4bbf-4c7b-92f5-937563f86e6a/?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": "San Diego State",
                "amount": 5000.0
            },
            {
                "team": "Nevada",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "07b18ad8-3ac7-48fe-b32e-8db6fd68047a",
            "gambit_id": "3ae96c8f-ef8b-48e6-9986-6660eadc40de",
            "last_updated": "2022-10-23T21:41:54.802637-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Diego State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4959c6a-f849-4b31-977a-700fddd9e186/?format=api"
        },
        {
            "id": "04093839-82ba-42c4-9357-ec7328d116c3",
            "gambit_id": "db503d3e-4c90-4792-9546-50bf6be41712",
            "last_updated": "2022-10-23T21:41:54.803649-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nevada",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4959c6a-f849-4b31-977a-700fddd9e186/?format=api"
        }
    ]
}