GET /api/bet_types/60e06909-0495-4c6c-b700-fe2a87714801/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60e06909-0495-4c6c-b700-fe2a87714801",
    "match": "https://api-prod.gambitprofit.com/api/matches/a05fa2e0-682e-4e25-b377-0958588adbb2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-16T09:08:26.603748-04: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": "BOS",
                "amount": 5773.0
            },
            {
                "team": "CHC",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "30debaca-8475-4721-ac49-92c2c4e9f35e",
            "gambit_id": "49d6ca5a-9588-464d-bb54-cb703300d2f4",
            "last_updated": "2023-07-18T09:03:20.735624-04:00",
            "created_at": "2023-07-16T09:08:26.605289-04:00",
            "name": "BOS",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60e06909-0495-4c6c-b700-fe2a87714801/?format=api"
        },
        {
            "id": "d7439e1d-8e83-4c71-93a2-b45604229f86",
            "gambit_id": "72e869ed-c614-4322-bd03-ec960ecc822c",
            "last_updated": "2023-07-18T09:03:20.737022-04:00",
            "created_at": "2023-07-16T09:08:26.606918-04:00",
            "name": "CHC",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60e06909-0495-4c6c-b700-fe2a87714801/?format=api"
        }
    ]
}