GET /api/bet_types/f28c416c-f9c3-482d-800e-5aa3fc09f81b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f28c416c-f9c3-482d-800e-5aa3fc09f81b",
    "match": "https://api-prod.gambitprofit.com/api/matches/0caaf173-cb0e-4022-bb12-441612a04482/?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": "Kansas State",
                "amount": 5000.0
            },
            {
                "team": "Iowa State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "c61ee57c-c864-45cf-8ffb-9aa902e95f21",
            "gambit_id": "14672374-f5de-47d4-ae04-3bf05f3bf904",
            "last_updated": "2022-10-11T11:32:03.929509-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f28c416c-f9c3-482d-800e-5aa3fc09f81b/?format=api"
        },
        {
            "id": "2fcb854d-45d6-493a-861d-06e74aab08d5",
            "gambit_id": "547677cc-43b8-4dd7-9270-cc83fb746287",
            "last_updated": "2022-10-11T11:32:03.928537-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Iowa State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f28c416c-f9c3-482d-800e-5aa3fc09f81b/?format=api"
        }
    ]
}