GET /api/bet_types/30f8a05c-e6cf-4e44-9c01-a5cdba8167cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "30f8a05c-e6cf-4e44-9c01-a5cdba8167cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/78153a65-81f9-414b-bc2b-32b0396b0648/?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": "Texas St",
                "amount": 5000.0
            },
            {
                "team": "UL Monroe",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "856faf42-ebcb-4f54-bd15-ad54f1fc7374",
            "gambit_id": "acb3541d-a7be-4a47-a5a0-9f7a7e094f7a",
            "last_updated": "2022-11-06T16:08:18.139777-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas St",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30f8a05c-e6cf-4e44-9c01-a5cdba8167cb/?format=api"
        },
        {
            "id": "986acf2d-b53c-459f-8ce6-0901f53a1813",
            "gambit_id": "a16a259b-d263-463c-812a-bff166a87fdc",
            "last_updated": "2022-11-06T16:08:18.138709-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UL Monroe",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30f8a05c-e6cf-4e44-9c01-a5cdba8167cb/?format=api"
        }
    ]
}