GET /api/bet_types/94f689fd-59f2-4b28-984e-b04ee2c2b15f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "94f689fd-59f2-4b28-984e-b04ee2c2b15f",
    "match": "https://api-prod.gambitprofit.com/api/matches/c57480e6-634c-4b2e-8e2f-55ad829789ca/?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": "OAK",
                "amount": 5752.0
            },
            {
                "team": "TEX",
                "amount": 4248.0
            }
        ],
        "expected_reward_tokens": 9260.64,
        "profit_sb": 260.64,
        "profit_sb_percentage": 2.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "fc76bcc4-eb68-41cc-b45c-96f8d0288293",
            "gambit_id": "0dc36b29-ec40-48c4-bc99-25242fc1836c",
            "last_updated": "2022-08-16T13:57:07.546124-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "1.61000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94f689fd-59f2-4b28-984e-b04ee2c2b15f/?format=api"
        },
        {
            "id": "7deca493-3876-41cf-b101-c6f47fa9e756",
            "gambit_id": "eb739a39-72f4-4981-a6c7-fc6de801c358",
            "last_updated": "2022-08-16T13:57:07.545739-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX",
            "reward": "2.18000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94f689fd-59f2-4b28-984e-b04ee2c2b15f/?format=api"
        }
    ]
}