GET /api/bet_types/c9f9ee95-e0d2-429a-b60e-b328231fd389/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9f9ee95-e0d2-429a-b60e-b328231fd389",
    "match": "https://api-prod.gambitprofit.com/api/matches/9b7ea29e-2076-4aaf-8f69-168fa986358b/?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": "Boston College",
                "amount": 5000.0
            },
            {
                "team": "Florida State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "594d5b12-c01f-4592-abdf-ea0733e03e24",
            "gambit_id": "12432ded-cf07-4e60-9206-c47c451bb1b9",
            "last_updated": "2022-09-25T21:27:24.569394-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston College",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "18.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9f9ee95-e0d2-429a-b60e-b328231fd389/?format=api"
        },
        {
            "id": "b2f7d0a5-c009-4363-bebd-70f638fe8738",
            "gambit_id": "52af7bac-90e9-4599-9303-c1d906514319",
            "last_updated": "2022-09-25T21:27:24.568352-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-18.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9f9ee95-e0d2-429a-b60e-b328231fd389/?format=api"
        }
    ]
}