GET /api/bet_types/904cce86-f795-4ed5-9c05-5f39bc153fc5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "904cce86-f795-4ed5-9c05-5f39bc153fc5",
    "match": "https://api-prod.gambitprofit.com/api/matches/60fdc6eb-3553-4954-a283-fba04ee1ce47/?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": "UCLA",
                "amount": 5000.0
            },
            {
                "team": "South Alabama",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "568c8149-81d3-4d37-9f2f-15194c9f6c13",
            "gambit_id": "32ba3e3a-94a3-4505-ba8e-18596d541982",
            "last_updated": "2022-09-18T20:42:17.499061-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UCLA",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/904cce86-f795-4ed5-9c05-5f39bc153fc5/?format=api"
        },
        {
            "id": "a8fa15ef-8bc0-42f8-be7f-55b7c8d5b350",
            "gambit_id": "9f6abf3b-205c-461f-b366-4dc9fd90a989",
            "last_updated": "2022-09-18T20:42:17.500028-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Alabama",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/904cce86-f795-4ed5-9c05-5f39bc153fc5/?format=api"
        }
    ]
}