GET /api/bet_types/efb643c7-7232-4eba-bd5b-ca47f9d8b8ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "efb643c7-7232-4eba-bd5b-ca47f9d8b8ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/3bb6270c-b0b2-4dc9-94e7-c3b317e104d4/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Counter Logic Gaming",
                "amount": 6557.0
            },
            {
                "team": "Team Solomid",
                "amount": 3443.0
            }
        ],
        "expected_reward_tokens": 8917.37,
        "profit_sb": -82.63,
        "profit_sb_percentage": -0.92,
        "recommended": false
    },
    "lines": [
        {
            "id": "169a2fad-88cb-4352-bc4c-c26c4869f963",
            "gambit_id": "ce8e77ea-04be-4500-a817-750b92649ee2",
            "last_updated": "2022-08-13T11:07:12.220329-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Counter Logic Gaming",
            "reward": "1.36000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efb643c7-7232-4eba-bd5b-ca47f9d8b8ee/?format=api"
        },
        {
            "id": "0192f90d-b6a9-4d47-af80-2229691fcc0a",
            "gambit_id": "c9ab2839-5190-418e-9e9e-7ccd5f012c8d",
            "last_updated": "2022-08-13T11:07:12.220830-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Team Solomid",
            "reward": "2.59000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efb643c7-7232-4eba-bd5b-ca47f9d8b8ee/?format=api"
        }
    ]
}