GET /api/bet_types/c1af7614-eae8-4042-87aa-c050fa75359a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c1af7614-eae8-4042-87aa-c050fa75359a",
    "match": "https://api-prod.gambitprofit.com/api/matches/ead52809-2e75-477a-bd92-015b4e5ae2e6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-09T11:12:04.005986-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": 7248.0
            },
            {
                "team": "Draw",
                "amount": 2752.0
            }
        ],
        "expected_reward_tokens": 10870.4,
        "profit_sb": 1370.4,
        "profit_sb_percentage": 14.43,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 6134.0
            },
            {
                "team": "Draw",
                "amount": 2330.0
            },
            {
                "team": "Brentford",
                "amount": 1536.0
            }
        ],
        "expected_reward_tokens": 9200.64,
        "profit_sb": -299.36,
        "profit_sb_percentage": -3.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "f3a6b155-f171-4367-a6f5-6fc55c6d2e41",
            "gambit_id": "9685293b-d342-4fc6-af1a-0d67eb826e8e",
            "last_updated": "2023-02-12T09:57:02.128396-05:00",
            "created_at": "2023-02-09T11:12:04.008677-05:00",
            "name": "Arsenal",
            "reward": "1.50000",
            "odds": "1.53000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1af7614-eae8-4042-87aa-c050fa75359a/?format=api"
        },
        {
            "id": "f6a23229-7092-48ba-9756-81d06461886a",
            "gambit_id": "063d2007-5ec5-42b2-8fc0-6189a6f75dda",
            "last_updated": "2023-02-12T09:57:02.129524-05:00",
            "created_at": "2023-02-09T11:12:04.010090-05:00",
            "name": "Draw",
            "reward": "3.95000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1af7614-eae8-4042-87aa-c050fa75359a/?format=api"
        },
        {
            "id": "5304e2c4-aaca-47cf-9483-75f08b7c0943",
            "gambit_id": "fdcc9984-e665-4cec-adab-76ac7ff9b240",
            "last_updated": "2023-02-12T09:57:02.127248-05:00",
            "created_at": "2023-02-09T11:12:04.007334-05:00",
            "name": "Brentford",
            "reward": "5.99000",
            "odds": "6.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1af7614-eae8-4042-87aa-c050fa75359a/?format=api"
        }
    ]
}