GET /api/bet_types/670e1315-6148-4a39-83ad-791791f39134/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "670e1315-6148-4a39-83ad-791791f39134",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f1575d5-326d-4226-9cc4-a15698335a52/?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": "UL Lafayette",
                "amount": 5000.0
            },
            {
                "team": "Georgia Southern",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "2f71650d-d046-44e7-815e-aa6f19cdb552",
            "gambit_id": "9037d4db-154f-4582-b76f-d42a07e873dc",
            "last_updated": "2022-11-11T20:21:56.395614-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UL Lafayette",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/670e1315-6148-4a39-83ad-791791f39134/?format=api"
        },
        {
            "id": "4c8e9e17-b4fb-4066-a8a8-391d27e85945",
            "gambit_id": "a0198395-e810-49e4-8861-186beb2d7383",
            "last_updated": "2022-11-11T20:21:56.396578-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia Southern",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/670e1315-6148-4a39-83ad-791791f39134/?format=api"
        }
    ]
}