GET /api/bet_types/c35baea4-fe4d-4472-8551-bfd8da8529b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c35baea4-fe4d-4472-8551-bfd8da8529b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c56bd30-9d23-4f5f-8eb9-905a5d9ae590/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-10T11:18:01.585767-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": "Cincinnati Bengals",
                "amount": 5000.0
            },
            {
                "team": "Houston Texans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "7d096052-91ed-403d-9462-eda3aa0baf6a",
            "gambit_id": "4ac018a5-db87-453a-a447-c24bec8b6925",
            "last_updated": "2023-11-13T15:48:04.877660-05:00",
            "created_at": "2023-11-10T11:18:01.596560-05:00",
            "name": "Cincinnati Bengals",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c35baea4-fe4d-4472-8551-bfd8da8529b2/?format=api"
        },
        {
            "id": "33761971-6e22-4501-9d47-1fe8a2b52709",
            "gambit_id": "41e16cef-3a09-472b-bb52-93a28c66af30",
            "last_updated": "2023-11-13T15:48:04.881523-05:00",
            "created_at": "2023-11-10T11:18:01.591759-05:00",
            "name": "Houston Texans",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c35baea4-fe4d-4472-8551-bfd8da8529b2/?format=api"
        }
    ]
}