GET /api/bet_types/b133b78e-238b-4dde-9c42-eea209cf7ba4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b133b78e-238b-4dde-9c42-eea209cf7ba4",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e081419-9d61-4d73-b440-feaaf75a5a87/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-08T09:23:25.803972-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": "NYM (K Senga)",
                "amount": 5222.0
            },
            {
                "team": "MIN (D Keuchel)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "d4459ab4-9920-4be9-af73-25ceab564651",
            "gambit_id": "a649ae0d-b32f-4234-a942-735ef4f973af",
            "last_updated": "2023-09-09T11:18:32.292288-04:00",
            "created_at": "2023-09-08T09:23:25.808374-04:00",
            "name": "NYM (K Senga)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b133b78e-238b-4dde-9c42-eea209cf7ba4/?format=api"
        },
        {
            "id": "48896f41-bbdd-4b6a-86e0-cba1cc638e0a",
            "gambit_id": "d5f8b3ac-6950-4f23-8f89-8f47f5724216",
            "last_updated": "2023-09-09T11:18:32.295818-04:00",
            "created_at": "2023-09-08T09:23:25.812465-04:00",
            "name": "MIN (D Keuchel)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b133b78e-238b-4dde-9c42-eea209cf7ba4/?format=api"
        }
    ]
}