GET /api/bet_types/75dc8e75-dafa-4266-a36d-82fd1fe5882d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "75dc8e75-dafa-4266-a36d-82fd1fe5882d",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f4e7579-d5ab-4117-8199-2394bc2a0ceb/?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": "Oregon",
                "amount": 5000.0
            },
            {
                "team": "Colorado",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "9868cae2-8345-43ed-b462-4d2b77e2c7eb",
            "gambit_id": "c83cdbef-52bd-47a2-abda-e2d0dcbcf068",
            "last_updated": "2022-11-06T09:03:40.716155-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oregon",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-31.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75dc8e75-dafa-4266-a36d-82fd1fe5882d/?format=api"
        },
        {
            "id": "ce9449ed-87ef-4287-b3dc-e7992ea5a999",
            "gambit_id": "077c0ec5-62fd-4bcf-94ff-7e7e460430af",
            "last_updated": "2022-11-06T09:03:40.715194-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "31.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75dc8e75-dafa-4266-a36d-82fd1fe5882d/?format=api"
        }
    ]
}