GET /api/bet_types/b1aa004e-e958-4be9-8155-cb9ee58eec5a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b1aa004e-e958-4be9-8155-cb9ee58eec5a",
    "match": "https://api-prod.gambitprofit.com/api/matches/82384003-2771-4538-a69f-0751cbf7104e/?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": "Troy",
                "amount": 5000.0
            },
            {
                "team": "South Alabama",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "c66b8b52-805e-4915-b8d9-048749031c69",
            "gambit_id": "94772653-ec29-43b5-b181-9936269b49c8",
            "last_updated": "2022-10-21T10:57:29.458098-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Troy",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1aa004e-e958-4be9-8155-cb9ee58eec5a/?format=api"
        },
        {
            "id": "97aa6842-d0d9-4460-bab5-475b16ca8edf",
            "gambit_id": "cfb688c4-17b2-4317-8657-9f4ceae37aac",
            "last_updated": "2022-10-21T10:57:29.457089-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Alabama",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1aa004e-e958-4be9-8155-cb9ee58eec5a/?format=api"
        }
    ]
}