GET /api/bet_types/f36e4539-c7dd-4ece-bc11-3226c457314d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f36e4539-c7dd-4ece-bc11-3226c457314d",
    "match": "https://api-prod.gambitprofit.com/api/matches/8df03cd6-4252-456a-8c58-daf531b8dc9e/?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": "South Alabama",
                "amount": 5000.0
            },
            {
                "team": "UL Lafayette",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "142ec46d-d698-40f5-ad56-1a745d53d7ae",
            "gambit_id": "10eb6b2b-b8ea-4693-bc3d-a76b3d21fa16",
            "last_updated": "2022-10-03T10:57:30.333647-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Alabama",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f36e4539-c7dd-4ece-bc11-3226c457314d/?format=api"
        },
        {
            "id": "1d0308d4-8f03-41a7-803b-4006d8523320",
            "gambit_id": "bd19484a-5634-460e-8ecd-eadc59ac3333",
            "last_updated": "2022-10-03T10:57:30.332645-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UL Lafayette",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f36e4539-c7dd-4ece-bc11-3226c457314d/?format=api"
        }
    ]
}