GET /api/bet_types/24996fa5-5ab0-48fa-a75a-0dd7c3d2a808/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24996fa5-5ab0-48fa-a75a-0dd7c3d2a808",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f43504b-7a7b-41a4-8f8f-4f5ff1b49f82/?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": "Miami Dolphins",
                "amount": 5106.0
            },
            {
                "team": "Detroit Lions",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "66a3aa45-26d9-4713-8aae-7fbdccf9a493",
            "gambit_id": "c9ad54c9-e475-4396-9c53-a81c3db612b2",
            "last_updated": "2022-10-31T11:46:57.715766-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Dolphins",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24996fa5-5ab0-48fa-a75a-0dd7c3d2a808/?format=api"
        },
        {
            "id": "2085148c-1d4f-4dc8-a5fc-f723dcb982ca",
            "gambit_id": "f10135d2-a31b-4f02-97f9-5f5364805cec",
            "last_updated": "2022-10-31T11:46:57.714832-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Lions",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24996fa5-5ab0-48fa-a75a-0dd7c3d2a808/?format=api"
        }
    ]
}