GET /api/bet_types/1f704029-d2fe-4be1-a286-1ae99a73aea7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f704029-d2fe-4be1-a286-1ae99a73aea7",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd246085-9ecd-4a56-9840-39794fef61c1/?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": "Memphis",
                "amount": 5000.0
            },
            {
                "team": "Arkansas State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "3b4dab22-5e4d-4067-8e79-79c7bdc73de6",
            "gambit_id": "b08261bf-5b1d-447a-a6a0-64ca824efadf",
            "last_updated": "2022-09-18T13:07:29.248141-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-14.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f704029-d2fe-4be1-a286-1ae99a73aea7/?format=api"
        },
        {
            "id": "119a7553-bf4a-4b8e-99d1-8a8c175db9de",
            "gambit_id": "0afa9b2a-c9f5-4957-bd90-719257552d5b",
            "last_updated": "2022-09-18T13:07:29.249145-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arkansas State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "14.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f704029-d2fe-4be1-a286-1ae99a73aea7/?format=api"
        }
    ]
}