GET /api/bet_types/846ba4ed-cd16-4a8e-b12f-7ea59214bee3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "846ba4ed-cd16-4a8e-b12f-7ea59214bee3",
    "match": "https://api-prod.gambitprofit.com/api/matches/37a064e3-2761-4700-9b8e-f4cc3149a8ea/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-18T08:43:15.205636-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": "BAL (K Gibson)",
                "amount": 6293.0
            },
            {
                "team": "OAK (L Medina)",
                "amount": 3707.0
            }
        ],
        "expected_reward_tokens": 9564.06,
        "profit_sb": 64.06,
        "profit_sb_percentage": 0.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "72f24cd6-f353-4ead-bda6-1067a5d35819",
            "gambit_id": "f0dacd15-7181-4d72-b9e2-46a8f689a4d0",
            "last_updated": "2023-08-25T21:38:08.404992-04:00",
            "created_at": "2023-08-18T08:43:15.210226-04:00",
            "name": "BAL (K Gibson)",
            "reward": "1.52000",
            "odds": "1.54050",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/846ba4ed-cd16-4a8e-b12f-7ea59214bee3/?format=api"
        },
        {
            "id": "bb0573a3-09f0-44c5-aaca-c7ea6dbac7f5",
            "gambit_id": "3de1ac90-4435-443e-bb54-7d1cf8306798",
            "last_updated": "2023-08-25T21:38:08.408948-04:00",
            "created_at": "2023-08-18T08:43:15.214137-04:00",
            "name": "OAK (L Medina)",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/846ba4ed-cd16-4a8e-b12f-7ea59214bee3/?format=api"
        }
    ]
}