GET /api/bet_types/7f949651-b28e-42d2-843c-91b2a27498fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f949651-b28e-42d2-843c-91b2a27498fc",
    "match": "https://api-prod.gambitprofit.com/api/matches/53612180-03b6-493e-9a86-2929d3927a66/?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": 5588.0
            },
            {
                "team": "STL",
                "amount": 4412.0
            }
        ],
        "expected_reward_tokens": 9220.2,
        "profit_sb": 220.2,
        "profit_sb_percentage": 2.45,
        "recommended": true
    },
    "lines": [
        {
            "id": "af9ca749-8834-4d7a-b552-8e5d5cae93ae",
            "gambit_id": "ec0445ab-a57f-41e5-a08e-9b7ea489f21d",
            "last_updated": "2022-08-05T10:01:56.395321-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "1.65000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f949651-b28e-42d2-843c-91b2a27498fc/?format=api"
        },
        {
            "id": "1b8b06e9-a069-47a7-926d-e6c2891fbbb2",
            "gambit_id": "862e8a0f-09be-41d5-8b2e-82332064a9f3",
            "last_updated": "2022-08-05T10:01:56.394808-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "2.09000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f949651-b28e-42d2-843c-91b2a27498fc/?format=api"
        }
    ]
}