GET /api/bet_types/eae9e793-d084-45ee-8410-478e15c4e82c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eae9e793-d084-45ee-8410-478e15c4e82c",
    "match": "https://api-prod.gambitprofit.com/api/matches/20f366cc-1591-45fb-9f76-e3735827376a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-14T09:28:03.121984-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": "Columbus Blue Jackets",
                "amount": 5423.0
            },
            {
                "team": "New York Rangers",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "e546f83a-de70-4559-83e4-c49e9d352085",
            "gambit_id": "b24d5e1f-1d6f-442e-ae3d-56c7e06b2dd1",
            "last_updated": "2023-10-16T18:08:30.839918-04:00",
            "created_at": "2023-10-14T09:28:03.132197-04:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eae9e793-d084-45ee-8410-478e15c4e82c/?format=api"
        },
        {
            "id": "6d48c381-b42c-4c66-9b0b-29ae5fdc7514",
            "gambit_id": "4b0ccd1c-0c43-4a7e-ac4b-eeb994518076",
            "last_updated": "2023-10-16T18:08:30.836662-04:00",
            "created_at": "2023-10-14T09:28:03.126798-04:00",
            "name": "New York Rangers",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eae9e793-d084-45ee-8410-478e15c4e82c/?format=api"
        }
    ]
}