GET /api/bet_types/1db83cae-3025-4a22-a678-f3597573c4b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1db83cae-3025-4a22-a678-f3597573c4b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/6bfb41c1-3bd6-4b97-8fc0-13f727d51295/?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": "Chelsea",
                "amount": 6667.0
            },
            {
                "team": "Draw",
                "amount": 3333.0
            }
        ],
        "expected_reward_tokens": 11065.56,
        "profit_sb": 2065.56,
        "profit_sb_percentage": 22.95,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Chelsea",
                "amount": 5297.0
            },
            {
                "team": "Draw",
                "amount": 2649.0
            },
            {
                "team": "Crystal Palace",
                "amount": 2054.0
            }
        ],
        "expected_reward_tokens": 8791.12,
        "profit_sb": -208.88,
        "profit_sb_percentage": -2.32,
        "recommended": false
    },
    "lines": [
        {
            "id": "204b6de1-a337-4b0e-8705-085dc176ac88",
            "gambit_id": "f68cdee6-cff2-4ccc-a373-512d83c3029b",
            "last_updated": "2022-10-03T18:32:19.087661-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chelsea",
            "reward": "1.66000",
            "odds": "1.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1db83cae-3025-4a22-a678-f3597573c4b7/?format=api"
        },
        {
            "id": "67dd1c61-c604-4403-a86c-322e670448d3",
            "gambit_id": "167d98e9-959d-477b-bf82-be24c350bd4e",
            "last_updated": "2022-10-03T18:32:19.089705-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.32000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1db83cae-3025-4a22-a678-f3597573c4b7/?format=api"
        },
        {
            "id": "244a433c-3446-46e6-b5c1-7c3da514db7e",
            "gambit_id": "65f6280b-b0cc-47f1-ab0f-5ebce5c9ea87",
            "last_updated": "2022-10-03T18:32:19.088720-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Crystal Palace",
            "reward": "4.28000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1db83cae-3025-4a22-a678-f3597573c4b7/?format=api"
        }
    ]
}