GET /api/bet_types/846f5013-a6a8-4ad3-9284-e2242dc165c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "846f5013-a6a8-4ad3-9284-e2242dc165c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/f856666c-d7c1-4344-9c28-c9a0d202448a/?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": 5872.0
            },
            {
                "team": "Draw",
                "amount": 4128.0
            }
        ],
        "expected_reward_tokens": 12507.36,
        "profit_sb": 3507.36,
        "profit_sb_percentage": 38.97,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 4192.0
            },
            {
                "team": "Draw",
                "amount": 2947.0
            },
            {
                "team": "Fulham",
                "amount": 2862.0
            }
        ],
        "expected_reward_tokens": 8928.96,
        "profit_sb": -71.04,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "9ee3cc6c-749f-4379-bcb7-544f0e37ff69",
            "gambit_id": "4ef1a61a-cac5-4b3b-abfc-8b9427c63f6e",
            "last_updated": "2022-08-31T18:32:13.335903-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brighton & Hove Albion",
            "reward": "2.13000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/846f5013-a6a8-4ad3-9284-e2242dc165c4/?format=api"
        },
        {
            "id": "756514a5-571b-40ec-a89b-712b32222803",
            "gambit_id": "879324fb-de07-4c10-8d8b-bfa70a53835f",
            "last_updated": "2022-08-31T18:32:13.337461-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.03000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/846f5013-a6a8-4ad3-9284-e2242dc165c4/?format=api"
        },
        {
            "id": "80a0bc6f-52e3-4da5-95f7-7c7c273d70b1",
            "gambit_id": "a09094f8-be6a-488d-9356-5c8d0fe10336",
            "last_updated": "2022-08-31T18:32:13.336546-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Fulham",
            "reward": "3.12000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/846f5013-a6a8-4ad3-9284-e2242dc165c4/?format=api"
        }
    ]
}