GET /api/bet_types/9adf7a72-bb9f-4f70-b60b-f1981e7917e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9adf7a72-bb9f-4f70-b60b-f1981e7917e9",
    "match": "https://api-prod.gambitprofit.com/api/matches/47b729eb-4fb4-4192-aaa4-76e1fa6dc8b0/?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": "SMU",
                "amount": 5000.0
            },
            {
                "team": "North Texas",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "6965e796-5d95-4213-9dff-05931673ad19",
            "gambit_id": "66ecce4a-e164-459d-80a2-979f41d5873e",
            "last_updated": "2022-09-05T09:32:20.810682-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SMU",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9adf7a72-bb9f-4f70-b60b-f1981e7917e9/?format=api"
        },
        {
            "id": "a8816a8d-a1ff-41e3-bd27-753d4e14b6a5",
            "gambit_id": "be5d357e-8080-41a1-98de-00e03e0d8945",
            "last_updated": "2022-09-05T09:32:20.809693-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "North Texas",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9adf7a72-bb9f-4f70-b60b-f1981e7917e9/?format=api"
        }
    ]
}