GET /api/bet_types/1afc2c4f-b63b-48ed-8197-6b44b73fa010/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1afc2c4f-b63b-48ed-8197-6b44b73fa010",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c93e4eb-d9ef-41f9-8628-8ae3d61e44c2/?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": "DET",
                "amount": 5397.0
            },
            {
                "team": "BAL",
                "amount": 4603.0
            }
        ],
        "expected_reward_tokens": 9066.96,
        "profit_sb": 66.96,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "3b70bb51-08a2-40be-b26b-095d028b8a3a",
            "gambit_id": "af807440-0181-44b1-8f34-08042ce6ee04",
            "last_updated": "2022-09-21T16:16:57.115837-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET",
            "reward": "1.68000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1afc2c4f-b63b-48ed-8197-6b44b73fa010/?format=api"
        },
        {
            "id": "a1e50b68-bf9a-4a4d-9e74-10b405575b05",
            "gambit_id": "8bf2b7bb-4059-4efa-a929-c93438bb25e1",
            "last_updated": "2022-09-21T16:16:57.114625-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL",
            "reward": "1.97000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1afc2c4f-b63b-48ed-8197-6b44b73fa010/?format=api"
        }
    ]
}