GET /api/bet_types/29580d3f-e802-4aae-aa1a-5a49e6f15609/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "29580d3f-e802-4aae-aa1a-5a49e6f15609",
    "match": "https://api-prod.gambitprofit.com/api/matches/54e8ec17-66e9-4bc8-88b5-82a665108e95/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-23T08:33:16.264685-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",
                "amount": 5614.0
            },
            {
                "team": "STL",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "a746c478-f3fc-4820-bcba-281b19807d06",
            "gambit_id": "947748e9-ea39-48fc-8c9c-49f58e03c8d9",
            "last_updated": "2023-08-25T10:23:03.033743-04:00",
            "created_at": "2023-08-23T08:33:16.276382-04:00",
            "name": "PIT",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29580d3f-e802-4aae-aa1a-5a49e6f15609/?format=api"
        },
        {
            "id": "e97f4d56-e3b8-45c9-b3df-bdde5a3efb07",
            "gambit_id": "da729c8e-830d-4ab2-ba0c-8212446a7ec0",
            "last_updated": "2023-08-25T10:23:03.030489-04:00",
            "created_at": "2023-08-23T08:33:16.269651-04:00",
            "name": "STL",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29580d3f-e802-4aae-aa1a-5a49e6f15609/?format=api"
        }
    ]
}