GET /api/bet_types/5d5ee73d-acdc-4e78-a7b2-deb853f31d0b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d5ee73d-acdc-4e78-a7b2-deb853f31d0b",
    "match": "https://api-prod.gambitprofit.com/api/matches/75edbf15-d6c3-44e3-bcb9-f4fdc02dce08/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-14T11:13:14.262552-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": 5784.0
            },
            {
                "team": "CHC",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "93e7274d-a4b7-4b32-83d1-3d748862f8a5",
            "gambit_id": "422b7668-22af-49e3-88b2-5998d838a209",
            "last_updated": "2023-06-15T17:23:07.939449-04:00",
            "created_at": "2023-06-14T11:13:14.264553-04:00",
            "name": "PIT",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d5ee73d-acdc-4e78-a7b2-deb853f31d0b/?format=api"
        },
        {
            "id": "a40fee8f-8410-466b-aa14-ec562ab890d9",
            "gambit_id": "5ee60a4e-a0f9-490d-bf0c-e8e975bb1a70",
            "last_updated": "2023-06-15T17:23:07.941018-04:00",
            "created_at": "2023-06-14T11:13:14.266839-04:00",
            "name": "CHC",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d5ee73d-acdc-4e78-a7b2-deb853f31d0b/?format=api"
        }
    ]
}