GET /api/bet_types/c4a3fca4-4dea-4e6b-8e48-86954c10a89e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c4a3fca4-4dea-4e6b-8e48-86954c10a89e",
    "match": "https://api-prod.gambitprofit.com/api/matches/512ac8ea-c461-4a1e-be13-11480c5aa2ad/?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": "Inter Milan",
                "amount": 8812.0
            },
            {
                "team": "Draw",
                "amount": 1188.0
            }
        ],
        "expected_reward_tokens": 9869.44,
        "profit_sb": 369.44,
        "profit_sb_percentage": 3.89,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Inter Milan",
                "amount": 8408.0
            },
            {
                "team": "Draw",
                "amount": 1133.0
            },
            {
                "team": "FC Viktoria Plzen",
                "amount": 459.0
            }
        ],
        "expected_reward_tokens": 9409.5,
        "profit_sb": -90.5,
        "profit_sb_percentage": -0.95,
        "recommended": false
    },
    "lines": [
        {
            "id": "f296fa42-e2cf-4b3f-aa39-811c520f713f",
            "gambit_id": "18920eaa-3af1-4a29-b2fa-6ebcb7963428",
            "last_updated": "2022-10-27T12:02:07.222055-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Inter Milan",
            "reward": "1.12000",
            "odds": "1.12000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4a3fca4-4dea-4e6b-8e48-86954c10a89e/?format=api"
        },
        {
            "id": "aba973fd-c90a-4c59-a0d3-cf77c856f4da",
            "gambit_id": "3c755c2d-5ec5-452c-8d53-02f1c1df8679",
            "last_updated": "2022-10-27T12:02:07.222963-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "8.31000",
            "odds": "8.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4a3fca4-4dea-4e6b-8e48-86954c10a89e/?format=api"
        },
        {
            "id": "ffe8c08c-835e-4fd6-a2d6-cfe4afeb1c69",
            "gambit_id": "1fa2c71d-5813-4818-8f71-e21aacfe7ae7",
            "last_updated": "2022-10-27T12:02:07.221138-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FC Viktoria Plzen",
            "reward": "20.50000",
            "odds": "21.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4a3fca4-4dea-4e6b-8e48-86954c10a89e/?format=api"
        }
    ]
}