GET /api/bet_types/d8c7c76c-c37b-48b1-b296-1229790f8958/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d8c7c76c-c37b-48b1-b296-1229790f8958",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1c67fa3-6a82-497d-99d0-34a52f3a7bfe/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-11T09:38:23.090756-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": "WAS (J Adon)",
                "amount": 5286.0
            },
            {
                "team": "OAK (P Blackburn)",
                "amount": 4714.0
            }
        ],
        "expected_reward_tokens": 9567.66,
        "profit_sb": 67.66,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "779e7efb-3400-4e3f-8baa-8aee0e0b6f86",
            "gambit_id": "d5eff338-5722-4aab-8af0-de4b16006ca3",
            "last_updated": "2023-08-12T18:18:08.962356-04:00",
            "created_at": "2023-08-11T09:38:23.103506-04:00",
            "name": "WAS (J Adon)",
            "reward": "1.81000",
            "odds": "1.84750",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8c7c76c-c37b-48b1-b296-1229790f8958/?format=api"
        },
        {
            "id": "013fdf6b-d93e-4a39-b6a2-f6405cc27227",
            "gambit_id": "eab498f8-b2e4-4a92-9952-d09f6a6f1e49",
            "last_updated": "2023-08-12T18:18:08.958175-04:00",
            "created_at": "2023-08-11T09:38:23.096822-04:00",
            "name": "OAK (P Blackburn)",
            "reward": "2.03000",
            "odds": "2.08000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8c7c76c-c37b-48b1-b296-1229790f8958/?format=api"
        }
    ]
}