GET /api/bet_types/e75f782c-15f4-4038-bc69-1c08bb0856ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e75f782c-15f4-4038-bc69-1c08bb0856ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/f9571c7c-73bd-418a-86ec-d41fc89a98c1/?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": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Sporting Kansas City",
                "amount": 6679.0
            },
            {
                "team": "Draw",
                "amount": 3321.0
            }
        ],
        "expected_reward_tokens": 11755.04,
        "profit_sb": 2755.04,
        "profit_sb_percentage": 30.61,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Sporting Kansas City",
                "amount": 5014.0
            },
            {
                "team": "Draw",
                "amount": 2493.0
            },
            {
                "team": "DC United",
                "amount": 2493.0
            }
        ],
        "expected_reward_tokens": 8824.64,
        "profit_sb": -175.36,
        "profit_sb_percentage": -1.95,
        "recommended": false
    },
    "lines": [
        {
            "id": "e453ac26-0148-4d72-8c46-82c9e75dbc0d",
            "gambit_id": "427259a0-d586-46f6-b375-4fda57a6ddb8",
            "last_updated": "2022-09-14T13:37:19.891756-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sporting Kansas City",
            "reward": "1.76000",
            "odds": "1.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e75f782c-15f4-4038-bc69-1c08bb0856ed/?format=api"
        },
        {
            "id": "d86cf0d6-8e5d-42e3-866f-1a634ff36c66",
            "gambit_id": "663e5e69-99ae-4b56-ac57-40c66ef179fb",
            "last_updated": "2022-09-14T13:37:19.892720-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.54000",
            "odds": "3.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e75f782c-15f4-4038-bc69-1c08bb0856ed/?format=api"
        },
        {
            "id": "4e27b4a0-9515-4637-a8d0-fc4084a87d38",
            "gambit_id": "b43ce300-393c-4807-a5b9-b62eb5ed70bc",
            "last_updated": "2022-09-14T13:37:19.890794-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DC United",
            "reward": "3.54000",
            "odds": "3.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e75f782c-15f4-4038-bc69-1c08bb0856ed/?format=api"
        }
    ]
}