GET /api/bet_types/6616a71d-cbac-4dab-bc09-b34d522fa795/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6616a71d-cbac-4dab-bc09-b34d522fa795",
    "match": "https://api-prod.gambitprofit.com/api/matches/f8174b7e-73af-4d28-97d5-3b04d9be4317/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-11T09:32:15.272325-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": "Tampa Bay Lightning",
                "amount": 7895.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 2105.0
            }
        ],
        "expected_reward_tokens": 9472.5,
        "profit_sb": -27.5,
        "profit_sb_percentage": -0.29,
        "recommended": false
    },
    "lines": [
        {
            "id": "1d26efee-338c-48b2-9493-d342695d104a",
            "gambit_id": "dabd3d2d-6324-4d88-8062-5c8a249cf39b",
            "last_updated": "2023-03-13T13:22:04.628703-04:00",
            "created_at": "2023-03-11T09:32:15.273600-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.20000",
            "odds": "1.20830",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6616a71d-cbac-4dab-bc09-b34d522fa795/?format=api"
        },
        {
            "id": "fa3011d1-9c3e-4b4b-9897-80ed816c67ee",
            "gambit_id": "c64de86a-48d3-4493-b658-410a4bee94f5",
            "last_updated": "2023-03-13T13:22:04.630899-04:00",
            "created_at": "2023-03-11T09:32:15.274924-05:00",
            "name": "Chicago Blackhawks",
            "reward": "4.50000",
            "odds": "4.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6616a71d-cbac-4dab-bc09-b34d522fa795/?format=api"
        }
    ]
}