GET /api/bet_types/dfd16153-eb5c-44dd-94f5-8c4d12b98193/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dfd16153-eb5c-44dd-94f5-8c4d12b98193",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f3d3a03-5ed9-481b-b1b7-56a2921c36f8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-03T11:32:17.124204-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": "Tim Elliott",
                "amount": 6036.0
            },
            {
                "team": "Victor Altamirano",
                "amount": 3964.0
            }
        ],
        "expected_reward_tokens": 9235.08,
        "profit_sb": -264.92,
        "profit_sb_percentage": -2.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "b977abeb-c71e-439f-8356-cc28bea407d4",
            "gambit_id": "09ebcd2a-ca3c-4624-9c17-ebd3c2546510",
            "last_updated": "2023-06-05T10:57:23.398835-04:00",
            "created_at": "2023-06-03T11:32:17.127070-04:00",
            "name": "Tim Elliott",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfd16153-eb5c-44dd-94f5-8c4d12b98193/?format=api"
        },
        {
            "id": "8dc4e646-d92e-458c-8f6f-4cf430330172",
            "gambit_id": "1a025e25-209c-424b-a116-dbb69200c112",
            "last_updated": "2023-06-05T10:57:23.401055-04:00",
            "created_at": "2023-06-03T11:32:17.130145-04:00",
            "name": "Victor Altamirano",
            "reward": "2.33000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfd16153-eb5c-44dd-94f5-8c4d12b98193/?format=api"
        }
    ]
}