GET /api/bet_types/4dab5da7-47a1-49df-b886-79a491e31ef8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4dab5da7-47a1-49df-b886-79a491e31ef8",
    "match": "https://api-prod.gambitprofit.com/api/matches/595edf62-c50e-49f5-a411-6fc0426b5173/?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": "Tottenham",
                "amount": 7411.0
            },
            {
                "team": "Draw",
                "amount": 2589.0
            }
        ],
        "expected_reward_tokens": 10744.35,
        "profit_sb": 1744.35,
        "profit_sb_percentage": 19.38,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Tottenham",
                "amount": 6201.0
            },
            {
                "team": "Draw",
                "amount": 2167.0
            },
            {
                "team": "Fulham",
                "amount": 1632.0
            }
        ],
        "expected_reward_tokens": 8991.45,
        "profit_sb": -8.55,
        "profit_sb_percentage": -0.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "976b0e0a-e694-43c4-9402-43660fd1e956",
            "gambit_id": "6db0e1ac-8342-4d43-8796-e652f4b185dd",
            "last_updated": "2022-09-05T10:47:18.925444-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tottenham",
            "reward": "1.45000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dab5da7-47a1-49df-b886-79a491e31ef8/?format=api"
        },
        {
            "id": "c0e874c0-91cb-45ef-990b-4340c0c0265e",
            "gambit_id": "012a0d20-47c1-4d73-893d-555a3d591284",
            "last_updated": "2022-09-05T10:47:18.926460-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.15000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dab5da7-47a1-49df-b886-79a491e31ef8/?format=api"
        },
        {
            "id": "555fa858-5794-4208-9cd8-13446144b1de",
            "gambit_id": "8dc370e2-0871-4dc6-9cc0-605e4b239feb",
            "last_updated": "2022-09-05T10:47:18.924241-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Fulham",
            "reward": "5.51000",
            "odds": "6.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dab5da7-47a1-49df-b886-79a491e31ef8/?format=api"
        }
    ]
}