GET /api/bet_types/f3357057-cd6a-4bba-ace6-114011043e01/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f3357057-cd6a-4bba-ace6-114011043e01",
    "match": "https://api-prod.gambitprofit.com/api/matches/c2b79e35-0637-411a-b2a3-4677c4ecb3cb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-14T09:13:04.682988-05: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": "Brooklyn Nets",
                "amount": 5688.0
            },
            {
                "team": "Orlando Magic",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "fd7afcb9-547f-4e8b-93c8-702bd7090801",
            "gambit_id": "34235b64-1195-436e-b20b-2a5e57545acf",
            "last_updated": "2023-11-15T22:48:00.950214-05:00",
            "created_at": "2023-11-14T09:13:04.691756-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3357057-cd6a-4bba-ace6-114011043e01/?format=api"
        },
        {
            "id": "82645dac-a1ec-4d5c-8c4e-293f725dd42b",
            "gambit_id": "c905c54a-0abf-4169-a5d8-fe419323a971",
            "last_updated": "2023-11-15T22:48:00.945764-05:00",
            "created_at": "2023-11-14T09:13:04.686591-05:00",
            "name": "Orlando Magic",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3357057-cd6a-4bba-ace6-114011043e01/?format=api"
        }
    ]
}