GET /api/bet_types/f85c8c90-926e-4e75-a845-f90e37745344/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f85c8c90-926e-4e75-a845-f90e37745344",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f4e7611-9e6b-4746-9a6d-e3a174b1721d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-04T09:56:53.933493-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Leeds United",
                "amount": 6855.0
            },
            {
                "team": "Draw",
                "amount": 3145.0
            }
        ],
        "expected_reward_tokens": 11447.8,
        "profit_sb": 1947.8,
        "profit_sb_percentage": 20.5,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Leeds United",
                "amount": 5544.0
            },
            {
                "team": "Draw",
                "amount": 2543.0
            },
            {
                "team": "Nottingham Forest",
                "amount": 1913.0
            }
        ],
        "expected_reward_tokens": 9256.52,
        "profit_sb": -243.48,
        "profit_sb_percentage": -2.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "16503fed-9287-4ff7-b537-884731527259",
            "gambit_id": "6e330931-e0ea-4a9b-8e62-8d1696c4044b",
            "last_updated": "2023-04-05T22:57:05.345897-04:00",
            "created_at": "2023-04-04T09:56:53.936758-04:00",
            "name": "Leeds United",
            "reward": "1.67000",
            "odds": "1.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f85c8c90-926e-4e75-a845-f90e37745344/?format=api"
        },
        {
            "id": "e9aae5bf-c745-44ba-83d2-075c0cbc1c25",
            "gambit_id": "c58e7629-86c6-43d9-b954-839633ac1c84",
            "last_updated": "2023-04-05T22:57:05.347313-04:00",
            "created_at": "2023-04-04T09:56:53.938289-04:00",
            "name": "Draw",
            "reward": "3.64000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f85c8c90-926e-4e75-a845-f90e37745344/?format=api"
        },
        {
            "id": "4405e91a-dac9-41d9-bd06-062af716c616",
            "gambit_id": "cbf96358-a0eb-484d-937a-034e22d177d8",
            "last_updated": "2023-04-05T22:57:05.344605-04:00",
            "created_at": "2023-04-04T09:56:53.935104-04:00",
            "name": "Nottingham Forest",
            "reward": "4.84000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f85c8c90-926e-4e75-a845-f90e37745344/?format=api"
        }
    ]
}