GET /api/bet_types/c48c41ef-ffbb-4552-806e-238e0f27471c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c48c41ef-ffbb-4552-806e-238e0f27471c",
    "match": "https://api-prod.gambitprofit.com/api/matches/c9971c45-1645-431d-b26d-712aeccafc9d/?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": "COL",
                "amount": 5664.0
            },
            {
                "team": "SFO",
                "amount": 4336.0
            }
        ],
        "expected_reward_tokens": 9062.24,
        "profit_sb": 62.24,
        "profit_sb_percentage": 0.69,
        "recommended": true
    },
    "lines": [
        {
            "id": "8c2223f3-6475-4152-803e-a911216874de",
            "gambit_id": "3c9b453f-2aa0-42bb-b15c-1149d783064b",
            "last_updated": "2022-09-23T10:22:11.354015-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "1.60000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c48c41ef-ffbb-4552-806e-238e0f27471c/?format=api"
        },
        {
            "id": "ddcaea37-9839-4821-9f8b-8056a993128e",
            "gambit_id": "60228de8-8fc3-4259-b4fb-159f79675ac7",
            "last_updated": "2022-09-23T10:22:11.355196-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO",
            "reward": "2.09000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c48c41ef-ffbb-4552-806e-238e0f27471c/?format=api"
        }
    ]
}