GET /api/bet_types/554b92a8-5aab-47ab-9903-d803776edc91/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "554b92a8-5aab-47ab-9903-d803776edc91",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9a28d27-972d-4b1c-af42-49e71550cbf1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-21T12:52:12.436902-04: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": "PIT (M Keller)",
                "amount": 5787.0
            },
            {
                "team": "CIN (G Ashcraft)",
                "amount": 4213.0
            }
        ],
        "expected_reward_tokens": 9605.64,
        "profit_sb": 105.64,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "1a65ef38-0433-4abf-83b5-703de1bf3410",
            "gambit_id": "74c6bc26-1bea-43b3-b1ba-88ea3ef64414",
            "last_updated": "2023-04-22T13:07:16.862884-04:00",
            "created_at": "2023-04-21T12:52:12.438798-04:00",
            "name": "PIT (M Keller)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/554b92a8-5aab-47ab-9903-d803776edc91/?format=api"
        },
        {
            "id": "3a29fed1-fd12-48b2-bf4b-aa733738a9af",
            "gambit_id": "91ed1938-b3dc-467e-893e-ea4c45a6c9f9",
            "last_updated": "2023-04-22T13:07:16.864811-04:00",
            "created_at": "2023-04-21T12:52:12.440854-04:00",
            "name": "CIN (G Ashcraft)",
            "reward": "2.28000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/554b92a8-5aab-47ab-9903-d803776edc91/?format=api"
        }
    ]
}