GET /api/bet_types/e371edbb-adc8-4f53-b2c6-d6f9381d8d32/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e371edbb-adc8-4f53-b2c6-d6f9381d8d32",
    "match": "https://api-prod.gambitprofit.com/api/matches/797ea9af-5cce-4a6e-9237-685584ced54c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-06T09:08:10.063537-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "New York Knicks",
                "amount": 8676.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 1324.0
            }
        ],
        "expected_reward_tokens": 9543.6,
        "profit_sb": 43.6,
        "profit_sb_percentage": 0.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "1aba13a2-f034-4a03-8a53-fea3b2e0fb35",
            "gambit_id": "4c3b2919-17fe-4474-9a8d-80790b64e571",
            "last_updated": "2024-02-07T01:53:00.173551-05:00",
            "created_at": "2024-02-06T09:08:10.072294-05:00",
            "name": "New York Knicks",
            "reward": "1.10000",
            "odds": "1.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e371edbb-adc8-4f53-b2c6-d6f9381d8d32/?format=api"
        },
        {
            "id": "2c4ef75a-cf0b-47b3-9f86-9eed4ec00847",
            "gambit_id": "71941199-a47b-4a05-a9ea-825707d79c28",
            "last_updated": "2024-02-07T01:53:00.170361-05:00",
            "created_at": "2024-02-06T09:08:10.068080-05:00",
            "name": "Memphis Grizzlies",
            "reward": "7.21000",
            "odds": "7.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e371edbb-adc8-4f53-b2c6-d6f9381d8d32/?format=api"
        }
    ]
}