GET /api/bet_types/a078c475-8d6f-4688-85bd-1f9e9f26dc61/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a078c475-8d6f-4688-85bd-1f9e9f26dc61",
    "match": "https://api-prod.gambitprofit.com/api/matches/ebeefe0a-0f5a-46fe-a2ec-adeeba1630ea/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-12T09:43:05.242672-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": "PIT",
                "amount": 6090.0
            },
            {
                "team": "CIN",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "87f4a615-8ab0-4b46-9e31-fbac612e0f4e",
            "gambit_id": "3dcbed13-0472-471b-ac60-21f877978386",
            "last_updated": "2023-08-19T19:03:16.261915-04:00",
            "created_at": "2023-08-12T09:43:05.253282-04:00",
            "name": "PIT",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a078c475-8d6f-4688-85bd-1f9e9f26dc61/?format=api"
        },
        {
            "id": "3dc4c506-5f0f-4f7a-b4c9-7ea68af8510c",
            "gambit_id": "a132da12-24e8-48d6-ad96-67b9169a9dbb",
            "last_updated": "2023-08-19T19:03:16.257876-04:00",
            "created_at": "2023-08-12T09:43:05.247715-04:00",
            "name": "CIN",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a078c475-8d6f-4688-85bd-1f9e9f26dc61/?format=api"
        }
    ]
}