GET /api/bet_types/bc942825-efe5-4cbe-a69d-854ad6fd415c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc942825-efe5-4cbe-a69d-854ad6fd415c",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ce1aef5-962e-4bfd-ac48-73543cdac43b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-28T12:37:01.461447-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": "Golden State Warriors",
                "amount": 5000.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "ef56f8c3-e198-4181-bab4-010f5267fa94",
            "gambit_id": "2f20d953-9c9a-4925-8d22-d03a73a6da25",
            "last_updated": "2023-03-01T09:27:11.440551-05:00",
            "created_at": "2023-02-28T12:37:01.462639-05:00",
            "name": "Golden State Warriors",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc942825-efe5-4cbe-a69d-854ad6fd415c/?format=api"
        },
        {
            "id": "a2c17251-7e3c-4244-a95f-ca737c04bc40",
            "gambit_id": "57fd4d44-1fea-4f79-8b24-f49908575953",
            "last_updated": "2023-03-01T09:27:11.441682-05:00",
            "created_at": "2023-02-28T12:37:01.463891-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc942825-efe5-4cbe-a69d-854ad6fd415c/?format=api"
        }
    ]
}