GET /api/bet_types/5fea1bbd-9f74-4029-a993-b5e40bc796e4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5fea1bbd-9f74-4029-a993-b5e40bc796e4",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9cfe732-ddab-4740-a44d-cff115bbd606/?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": "Louisiana Tech",
                "amount": 5000.0
            },
            {
                "team": "Missouri",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "3af664bd-1a46-4452-a384-3120477290ee",
            "gambit_id": "7c7de846-1bbe-425e-a752-41690633e66f",
            "last_updated": "2022-09-02T09:12:11.155096-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Louisiana Tech",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "20.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5fea1bbd-9f74-4029-a993-b5e40bc796e4/?format=api"
        },
        {
            "id": "7a799fa6-21f3-474d-b354-22f59f42c7ea",
            "gambit_id": "643dd931-07ec-4b43-8e13-c0525b22f266",
            "last_updated": "2022-09-02T09:12:11.154616-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Missouri",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-20.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5fea1bbd-9f74-4029-a993-b5e40bc796e4/?format=api"
        }
    ]
}