GET /api/bet_types/2344e5ea-014b-414a-b6d2-1f91292bf100/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2344e5ea-014b-414a-b6d2-1f91292bf100",
    "match": "https://api-prod.gambitprofit.com/api/matches/409177c9-49bd-41d3-8b2b-dea209f80a1b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-30T09:18:12.521284-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Crystal Palace",
                "amount": 7114.0
            },
            {
                "team": "Draw",
                "amount": 2886.0
            }
        ],
        "expected_reward_tokens": 11168.82,
        "profit_sb": 1668.82,
        "profit_sb_percentage": 17.57,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Crystal Palace",
                "amount": 5920.0
            },
            {
                "team": "Draw",
                "amount": 2402.0
            },
            {
                "team": "Sheffield United",
                "amount": 1678.0
            }
        ],
        "expected_reward_tokens": 9294.4,
        "profit_sb": -205.6,
        "profit_sb_percentage": -2.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "a0258772-7cbd-4ec2-b13c-a42f225f27a7",
            "gambit_id": "8cb8bd74-686a-4126-bb34-be60e5c36874",
            "last_updated": "2024-01-31T22:18:07.603116-05:00",
            "created_at": "2024-01-30T09:18:12.530804-05:00",
            "name": "Crystal Palace",
            "reward": "1.57000",
            "odds": "1.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2344e5ea-014b-414a-b6d2-1f91292bf100/?format=api"
        },
        {
            "id": "abdc53fc-aee4-45af-8fab-5a073641e1d4",
            "gambit_id": "b656b2b3-873b-4db8-bae1-e7fec8a3aaee",
            "last_updated": "2024-01-31T22:18:07.599448-05:00",
            "created_at": "2024-01-30T09:18:12.526165-05:00",
            "name": "Draw",
            "reward": "3.87000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2344e5ea-014b-414a-b6d2-1f91292bf100/?format=api"
        },
        {
            "id": "5f85b775-7329-42dd-b409-a78773a330f1",
            "gambit_id": "cd6488ac-259c-464d-ba81-7de147ff89e2",
            "last_updated": "2024-01-31T22:18:07.606618-05:00",
            "created_at": "2024-01-30T09:18:12.534728-05:00",
            "name": "Sheffield United",
            "reward": "5.54000",
            "odds": "5.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2344e5ea-014b-414a-b6d2-1f91292bf100/?format=api"
        }
    ]
}