GET /api/bet_types/00d12b98-4f13-494f-8372-2572a1244937/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "00d12b98-4f13-494f-8372-2572a1244937",
    "match": "https://api-prod.gambitprofit.com/api/matches/94358329-7778-42b2-b27c-0c61793ecb03/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-31T11:07:14.184030-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Tottenham",
                "amount": 6186.0
            },
            {
                "team": "Draw",
                "amount": 3814.0
            }
        ],
        "expected_reward_tokens": 12433.64,
        "profit_sb": 2933.64,
        "profit_sb_percentage": 30.88,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Tottenham",
                "amount": 4611.0
            },
            {
                "team": "Draw",
                "amount": 2843.0
            },
            {
                "team": "Everton",
                "amount": 2546.0
            }
        ],
        "expected_reward_tokens": 9267.44,
        "profit_sb": -232.56,
        "profit_sb_percentage": -2.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "18d06300-3b10-41be-bcec-6654612c5ebd",
            "gambit_id": "ecf40432-51cf-4f27-bd3b-a542f602fc19",
            "last_updated": "2023-04-04T19:42:05.661118-04:00",
            "created_at": "2023-03-31T11:07:14.187412-04:00",
            "name": "Tottenham",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00d12b98-4f13-494f-8372-2572a1244937/?format=api"
        },
        {
            "id": "f010a1fa-2421-4632-bc34-2217d19c8ed9",
            "gambit_id": "d3725533-64db-498e-bd14-5d9f4edb6de6",
            "last_updated": "2023-04-04T19:42:05.664474-04:00",
            "created_at": "2023-03-31T11:07:14.193729-04:00",
            "name": "Draw",
            "reward": "3.26000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00d12b98-4f13-494f-8372-2572a1244937/?format=api"
        },
        {
            "id": "85951b37-b5a9-455e-b345-429041c5330c",
            "gambit_id": "d2171641-573b-4aff-9f4b-b352e4e3b3a6",
            "last_updated": "2023-04-04T19:42:05.662815-04:00",
            "created_at": "2023-03-31T11:07:14.190429-04:00",
            "name": "Everton",
            "reward": "3.64000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00d12b98-4f13-494f-8372-2572a1244937/?format=api"
        }
    ]
}