GET /api/bet_types/8cb7b600-f63b-45c2-87af-83389b8d3337/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8cb7b600-f63b-45c2-87af-83389b8d3337",
    "match": "https://api-prod.gambitprofit.com/api/matches/08679b5a-a73a-4304-95da-42c8d9408459/?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": "Southern Miss",
                "amount": 5000.0
            },
            {
                "team": "Miami Florida",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "6deb6ec2-17ba-40ef-a905-0cb611c0f7b2",
            "gambit_id": "8344f76c-bf69-44b4-9e54-a45612c377cc",
            "last_updated": "2022-09-11T11:07:06.289936-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Southern Miss",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "27.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cb7b600-f63b-45c2-87af-83389b8d3337/?format=api"
        },
        {
            "id": "c4296335-0061-4899-b770-f1e6a1cc41ba",
            "gambit_id": "2f5a620f-e277-46a8-847e-d84ef0a7674a",
            "last_updated": "2022-09-11T11:07:06.288859-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Florida",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-27.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cb7b600-f63b-45c2-87af-83389b8d3337/?format=api"
        }
    ]
}