GET /api/bet_types/91fb422d-4757-4c35-99ab-c6f98f018332/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "91fb422d-4757-4c35-99ab-c6f98f018332",
    "match": "https://api-prod.gambitprofit.com/api/matches/ae9ad71a-0d40-45be-98cb-f38d05d290ce/?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": "Central Florida",
                "amount": 5000.0
            },
            {
                "team": "Tulane",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ead64f4b-143b-4ce2-8009-8fcb3e431fa1",
            "gambit_id": "01e16f3b-c737-46bf-8576-aeccd8376d5e",
            "last_updated": "2022-11-14T09:54:05.490930-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Central Florida",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91fb422d-4757-4c35-99ab-c6f98f018332/?format=api"
        },
        {
            "id": "a689132d-5091-47a2-b9b7-eb6568a608c7",
            "gambit_id": "9aefc558-d921-4d34-81eb-b1329e198c03",
            "last_updated": "2022-11-14T09:54:05.489970-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tulane",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91fb422d-4757-4c35-99ab-c6f98f018332/?format=api"
        }
    ]
}