GET /api/bet_types/309d2367-9d00-4c0e-a020-5e7b80344a5a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "309d2367-9d00-4c0e-a020-5e7b80344a5a",
    "match": "https://api-prod.gambitprofit.com/api/matches/b7e4948b-3471-40ef-885f-da1f1b3935cf/?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": "HOU",
                "amount": 5753.0
            },
            {
                "team": "OAK",
                "amount": 4247.0
            }
        ],
        "expected_reward_tokens": 9088.58,
        "profit_sb": 88.58,
        "profit_sb_percentage": 0.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "8bb1999c-0061-4db1-853a-03c10dd86efb",
            "gambit_id": "f9c9bb92-2296-4e1e-b01f-87f877b56fc8",
            "last_updated": "2022-09-17T17:07:21.376911-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "1.58000",
            "odds": "1.66670",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/309d2367-9d00-4c0e-a020-5e7b80344a5a/?format=api"
        },
        {
            "id": "b2623f1d-f0b4-4162-bc57-8d35883a62aa",
            "gambit_id": "b417564d-1cf8-486f-aaf3-ba36e46060ae",
            "last_updated": "2022-09-17T17:07:21.380410-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "2.14000",
            "odds": "2.30000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/309d2367-9d00-4c0e-a020-5e7b80344a5a/?format=api"
        }
    ]
}