GET /api/bet_types/52f7c068-e855-4b0e-8ef6-570aee03a539/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "52f7c068-e855-4b0e-8ef6-570aee03a539",
    "match": "https://api-prod.gambitprofit.com/api/matches/78f0dc90-2448-41a8-94f1-76c914f72a98/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-14T09:13:25.265179-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",
                "amount": 5319.0
            },
            {
                "team": "STL",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "c1145bbd-8a2d-4b2e-b3da-64e8ab211f7d",
            "gambit_id": "26b62ff7-ad0b-4923-91fe-f071a4993241",
            "last_updated": "2023-07-17T09:08:02.073097-04:00",
            "created_at": "2023-07-14T09:13:25.266554-04:00",
            "name": "WAS",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52f7c068-e855-4b0e-8ef6-570aee03a539/?format=api"
        },
        {
            "id": "b0befb7a-4379-4397-9199-62bfc3d97f74",
            "gambit_id": "9c42661b-dc6e-40ce-a7f4-0639b29876b7",
            "last_updated": "2023-07-17T09:08:02.074426-04:00",
            "created_at": "2023-07-14T09:13:25.268021-04:00",
            "name": "STL",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52f7c068-e855-4b0e-8ef6-570aee03a539/?format=api"
        }
    ]
}