GET /api/bet_types/9ec09cba-1da4-4cc9-aa2b-c694d1070e59/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ec09cba-1da4-4cc9-aa2b-c694d1070e59",
    "match": "https://api-prod.gambitprofit.com/api/matches/75245f4b-5abb-4ed9-a92c-70601a6eb9ae/?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": "San Jose State",
                "amount": 5097.0
            },
            {
                "team": "Colorado State",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "5230af52-7af2-4516-92b9-c605d427552a",
            "gambit_id": "dee4b5e1-5a84-4e1a-b737-858308b882eb",
            "last_updated": "2022-11-06T08:08:31.724095-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose State",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "-24.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ec09cba-1da4-4cc9-aa2b-c694d1070e59/?format=api"
        },
        {
            "id": "c80c23ff-97d7-4b70-91e0-18202ec7dbbc",
            "gambit_id": "553e15a0-f3eb-4536-bc11-1f96e294e717",
            "last_updated": "2022-11-06T08:08:31.725095-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado State",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "24.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ec09cba-1da4-4cc9-aa2b-c694d1070e59/?format=api"
        }
    ]
}