GET /api/bet_types/c3e2b7bd-37e6-4140-884a-2b07b00dc9b8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3e2b7bd-37e6-4140-884a-2b07b00dc9b8",
    "match": "https://api-prod.gambitprofit.com/api/matches/d9a462db-efb9-4edb-9eec-ced155dbe129/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-28T10:06:59.931042-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": "Toronto Raptors",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7b9a19b2-7db7-469c-a8f7-004c3a761cdd",
            "gambit_id": "f9bf7c07-c9cf-4d63-84eb-51c970216252",
            "last_updated": "2023-03-29T10:27:01.041961-04:00",
            "created_at": "2023-03-28T10:06:59.933310-04:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3e2b7bd-37e6-4140-884a-2b07b00dc9b8/?format=api"
        },
        {
            "id": "a3200695-192f-4c90-a9b1-2894fe9bd5ec",
            "gambit_id": "e8852ef4-572a-4b91-a63c-9a3eeeebe8d3",
            "last_updated": "2023-03-29T10:27:01.044162-04:00",
            "created_at": "2023-03-28T10:06:59.935847-04:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3e2b7bd-37e6-4140-884a-2b07b00dc9b8/?format=api"
        }
    ]
}