GET /api/bet_types/7eac1c69-6dda-49de-9f62-9f10e7ee7d28/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7eac1c69-6dda-49de-9f62-9f10e7ee7d28",
    "match": "https://api-prod.gambitprofit.com/api/matches/7451b15b-ef76-44b1-829b-b8bc6f181e8e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-17T13:03:06.840148-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": "Las Vegas Raiders",
                "amount": 6554.0
            },
            {
                "team": "Los Angeles Rams",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "82a186cf-7024-4544-a662-cd7fc611950e",
            "gambit_id": "4340882f-2bcf-4a6f-bfc1-7cc99e15522d",
            "last_updated": "2023-08-21T19:48:16.171189-04:00",
            "created_at": "2023-08-17T13:03:06.845119-04:00",
            "name": "Las Vegas Raiders",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7eac1c69-6dda-49de-9f62-9f10e7ee7d28/?format=api"
        },
        {
            "id": "52b91986-148e-448b-a43c-40afdfae57f4",
            "gambit_id": "acacbd87-1b95-4a98-a17a-ba4c841bd9bb",
            "last_updated": "2023-08-21T19:48:16.174538-04:00",
            "created_at": "2023-08-17T13:03:06.849116-04:00",
            "name": "Los Angeles Rams",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7eac1c69-6dda-49de-9f62-9f10e7ee7d28/?format=api"
        }
    ]
}