GET /api/bet_types/e31335c0-6288-413f-baee-e17c7b76e4cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e31335c0-6288-413f-baee-e17c7b76e4cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/fcd7e360-09ca-4c19-b4d1-3717b9651715/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-31T11:02:23.329176-04: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": 7052.0
            },
            {
                "team": "Draw",
                "amount": 2948.0
            }
        ],
        "expected_reward_tokens": 11142.16,
        "profit_sb": 1642.16,
        "profit_sb_percentage": 17.29,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Chelsea",
                "amount": 5875.0
            },
            {
                "team": "Draw",
                "amount": 2456.0
            },
            {
                "team": "Aston Villa",
                "amount": 1669.0
            }
        ],
        "expected_reward_tokens": 9279.64,
        "profit_sb": -220.36,
        "profit_sb_percentage": -2.32,
        "recommended": false
    },
    "lines": [
        {
            "id": "31aa8a84-3eb1-4194-85cc-8be74e0b9880",
            "gambit_id": "e8ff703f-a9c2-494b-8c81-318afec7728b",
            "last_updated": "2023-04-03T10:22:14.845037-04:00",
            "created_at": "2023-03-31T11:02:23.330781-04:00",
            "name": "Chelsea",
            "reward": "1.58000",
            "odds": "1.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e31335c0-6288-413f-baee-e17c7b76e4cb/?format=api"
        },
        {
            "id": "765e4400-43eb-4591-bd16-1a2a33d7bf97",
            "gambit_id": "325933b0-98b2-4911-9e06-25c354dad02c",
            "last_updated": "2023-04-03T10:22:14.846899-04:00",
            "created_at": "2023-03-31T11:02:23.332489-04:00",
            "name": "Draw",
            "reward": "3.78000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e31335c0-6288-413f-baee-e17c7b76e4cb/?format=api"
        },
        {
            "id": "44c2d949-ed80-42f4-ba4f-eb3543c70458",
            "gambit_id": "02bdf632-c01d-4abd-8fcc-299aec574f81",
            "last_updated": "2023-04-03T10:22:14.848739-04:00",
            "created_at": "2023-03-31T11:02:23.334379-04:00",
            "name": "Aston Villa",
            "reward": "5.56000",
            "odds": "5.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e31335c0-6288-413f-baee-e17c7b76e4cb/?format=api"
        }
    ]
}