GET /api/bet_types/e34efb8f-6974-4dbd-b5ef-213bf37fc70d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e34efb8f-6974-4dbd-b5ef-213bf37fc70d",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb9c8226-7e7e-4b4b-a1d9-afeeadfbabd6/?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": "Brighton & Hove Albion",
                "amount": 5627.0
            },
            {
                "team": "Newcastle United",
                "amount": 4373.0
            }
        ],
        "expected_reward_tokens": 12548.21,
        "profit_sb": 3548.21,
        "profit_sb_percentage": 39.42,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 3952.0
            },
            {
                "team": "Newcastle United",
                "amount": 3071.0
            },
            {
                "team": "Draw",
                "amount": 2977.0
            }
        ],
        "expected_reward_tokens": 8811.92,
        "profit_sb": -188.08,
        "profit_sb_percentage": -2.09,
        "recommended": false
    },
    "lines": [
        {
            "id": "9bb4e2ff-30bd-4bcd-b33f-451678dd58a1",
            "gambit_id": "7734d5d3-dce4-46bc-9a0e-0862ca595ab6",
            "last_updated": "2022-08-15T14:27:19.084762-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brighton & Hove Albion",
            "reward": "2.23000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e34efb8f-6974-4dbd-b5ef-213bf37fc70d/?format=api"
        },
        {
            "id": "31885648-c0e8-4fcb-8888-c0345e9f9fed",
            "gambit_id": "4f852113-9721-4e4b-9151-d378c771f8f2",
            "last_updated": "2022-08-15T14:27:19.084318-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Newcastle United",
            "reward": "2.87000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e34efb8f-6974-4dbd-b5ef-213bf37fc70d/?format=api"
        },
        {
            "id": "ee68cc58-ddcd-4b9c-a6c7-58b2d9107095",
            "gambit_id": "79843b73-f2ba-433f-bee0-027c47376c2b",
            "last_updated": "2022-08-15T14:27:19.083880-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "2.96000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e34efb8f-6974-4dbd-b5ef-213bf37fc70d/?format=api"
        }
    ]
}