GET /api/bet_types/0fde36bc-f082-49e5-b417-163f0a6fa952/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0fde36bc-f082-49e5-b417-163f0a6fa952",
    "match": "https://api-prod.gambitprofit.com/api/matches/524ebd87-18c8-4a5f-89f6-d7c87c0e89f7/?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": "Notre Dame",
                "amount": 5096.0
            },
            {
                "team": "Marshall",
                "amount": 4904.0
            }
        ],
        "expected_reward_tokens": 9070.88,
        "profit_sb": 70.88,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "af8b6cb8-b8fb-441c-966e-80d3f2eae3e1",
            "gambit_id": "5a9b8da5-249e-4bbc-accc-b068b7e95d40",
            "last_updated": "2022-09-11T11:02:02.229624-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Notre Dame",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "-20.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0fde36bc-f082-49e5-b417-163f0a6fa952/?format=api"
        },
        {
            "id": "8215131d-f254-4791-92ef-d18871fe2a34",
            "gambit_id": "616e53f1-c0aa-463e-801e-14e935e65205",
            "last_updated": "2022-09-11T11:02:02.230794-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Marshall",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "20.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0fde36bc-f082-49e5-b417-163f0a6fa952/?format=api"
        }
    ]
}