GET /api/bet_types/ab756e9d-16f2-44ea-ab50-b1f3b4e4d19b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab756e9d-16f2-44ea-ab50-b1f3b4e4d19b",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d972a99-2cf3-4b57-8b41-69dba10613b0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-23T09:06:54.066225-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": "Boston Bruins",
                "amount": 5196.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4804.0
            }
        ],
        "expected_reward_tokens": 8935.44,
        "profit_sb": -64.56,
        "profit_sb_percentage": -0.72,
        "recommended": false
    },
    "lines": [
        {
            "id": "3b86b512-3302-4119-bb17-73bdb3de9fe8",
            "gambit_id": "5d197091-aec5-488b-a006-4707abdd1f0d",
            "last_updated": "2022-12-25T18:07:05.781896-05:00",
            "created_at": "2022-12-23T09:06:54.068569-05:00",
            "name": "Boston Bruins",
            "reward": "1.72000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab756e9d-16f2-44ea-ab50-b1f3b4e4d19b/?format=api"
        },
        {
            "id": "219a75e6-9742-49cb-88b2-a5bbcfd41317",
            "gambit_id": "0b5fa9c4-44e6-4cbd-9d99-6be2d994a487",
            "last_updated": "2022-12-25T18:07:05.780830-05:00",
            "created_at": "2022-12-23T09:06:54.067365-05:00",
            "name": "New Jersey Devils",
            "reward": "1.86000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab756e9d-16f2-44ea-ab50-b1f3b4e4d19b/?format=api"
        }
    ]
}