GET /api/bet_types/1100cfd9-c9c4-4f1b-8478-6d530ecc957e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1100cfd9-c9c4-4f1b-8478-6d530ecc957e",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f42406f-33c0-4504-852c-2dd181fceadd/?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": "Arsenal",
                "amount": 7110.0
            },
            {
                "team": "Draw",
                "amount": 2890.0
            }
        ],
        "expected_reward_tokens": 11588.9,
        "profit_sb": 2088.9,
        "profit_sb_percentage": 21.99,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 5745.0
            },
            {
                "team": "Draw",
                "amount": 2335.0
            },
            {
                "team": "Leeds United",
                "amount": 1919.0
            }
        ],
        "expected_reward_tokens": 9363.35,
        "profit_sb": -136.65,
        "profit_sb_percentage": -1.44,
        "recommended": false
    },
    "lines": [
        {
            "id": "4a20a554-3860-4255-9f57-d87ed4fc848e",
            "gambit_id": "cd99d4b8-fc91-4b50-8b44-e5a6c3465ff3",
            "last_updated": "2022-10-17T10:17:15.596909-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arsenal",
            "reward": "1.63000",
            "odds": "1.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1100cfd9-c9c4-4f1b-8478-6d530ecc957e/?format=api"
        },
        {
            "id": "9106d220-e238-4f05-b2b8-9909d6597bd4",
            "gambit_id": "5d23c38c-d13f-4dca-af2f-8bf02842e02b",
            "last_updated": "2022-10-17T10:17:15.598844-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.01000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1100cfd9-c9c4-4f1b-8478-6d530ecc957e/?format=api"
        },
        {
            "id": "6b031854-1620-412d-8f63-e2169c3a2320",
            "gambit_id": "bc759d4c-d63f-41d3-b98a-82014616bedc",
            "last_updated": "2022-10-17T10:17:15.597881-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Leeds United",
            "reward": "4.88000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1100cfd9-c9c4-4f1b-8478-6d530ecc957e/?format=api"
        }
    ]
}