GET /api/bet_types/bfb2b477-902f-4e54-8dec-943b4586873b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bfb2b477-902f-4e54-8dec-943b4586873b",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f76ecde-8dda-41ec-82df-b56a15ce10d6/?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": "Western Kentucky",
                "amount": 5000.0
            },
            {
                "team": "Rice",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "34c42547-99b2-4b75-b2f1-48e33667344f",
            "gambit_id": "1c829675-d19e-4620-a50c-026abb80e16c",
            "last_updated": "2022-11-14T10:18:35.196808-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Western Kentucky",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfb2b477-902f-4e54-8dec-943b4586873b/?format=api"
        },
        {
            "id": "b5071923-21e8-44b7-ada4-33118092244d",
            "gambit_id": "6c2e22f1-d3a1-4b21-afb8-8839cd6307d3",
            "last_updated": "2022-11-14T10:18:35.197741-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rice",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfb2b477-902f-4e54-8dec-943b4586873b/?format=api"
        }
    ]
}