GET /api/bet_types/4e1ce237-9f0e-4c56-80d4-934cd6c6bbe6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e1ce237-9f0e-4c56-80d4-934cd6c6bbe6",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e40255e-5873-4f0c-9b3e-7fc93fced3f0/?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": "Akron",
                "amount": 5000.0
            },
            {
                "team": "Eastern Michigan",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "3b11c0af-b40a-425d-9c1d-4ddc35986f81",
            "gambit_id": "9c59f9d7-2810-4026-8ae6-1c00aeb5f939",
            "last_updated": "2022-11-09T09:48:34.324569-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Akron",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e1ce237-9f0e-4c56-80d4-934cd6c6bbe6/?format=api"
        },
        {
            "id": "8ce1c341-8fc4-4455-b296-662c2c9f7926",
            "gambit_id": "14b1644e-42e9-4416-8a07-05e5398a9322",
            "last_updated": "2022-11-09T09:48:34.325588-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Eastern Michigan",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e1ce237-9f0e-4c56-80d4-934cd6c6bbe6/?format=api"
        }
    ]
}