GET /api/bet_types/d789ae8d-7098-4a51-b509-7b8e292e3fa0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d789ae8d-7098-4a51-b509-7b8e292e3fa0",
    "match": "https://api-prod.gambitprofit.com/api/matches/dcdbe16c-7af4-4547-8fc1-561d38b3cce6/?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": "Leicester City",
                "amount": 6515.0
            },
            {
                "team": "Draw",
                "amount": 3485.0
            }
        ],
        "expected_reward_tokens": 11465.65,
        "profit_sb": 2465.65,
        "profit_sb_percentage": 27.4,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Leicester City",
                "amount": 5017.0
            },
            {
                "team": "Draw",
                "amount": 2684.0
            },
            {
                "team": "Brentford",
                "amount": 2299.0
            }
        ],
        "expected_reward_tokens": 8828.16,
        "profit_sb": -171.84,
        "profit_sb_percentage": -1.91,
        "recommended": false
    },
    "lines": [
        {
            "id": "96b54a5b-5f2b-4386-9589-479c623c162a",
            "gambit_id": "0e6c1ff8-c427-4187-8f16-f9883158e76e",
            "last_updated": "2022-08-08T20:17:15.381328-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Leicester City",
            "reward": "1.76000",
            "odds": "1.83000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d789ae8d-7098-4a51-b509-7b8e292e3fa0/?format=api"
        },
        {
            "id": "9b9c6743-4702-496d-8e50-bb7481010d6c",
            "gambit_id": "fa9672f6-b2c3-44d5-9fad-11c965a8a4f1",
            "last_updated": "2022-08-08T20:17:15.380852-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.29000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d789ae8d-7098-4a51-b509-7b8e292e3fa0/?format=api"
        },
        {
            "id": "7824d138-f0e7-4418-8679-756719132d8b",
            "gambit_id": "1a590d12-6ff6-43bc-a6b9-7af9ab6386f6",
            "last_updated": "2022-08-08T20:17:15.381789-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brentford",
            "reward": "3.84000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d789ae8d-7098-4a51-b509-7b8e292e3fa0/?format=api"
        }
    ]
}