GET /api/bet_types/416c4c87-ba89-4ea6-8b73-e6b5d37a0ce0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "416c4c87-ba89-4ea6-8b73-e6b5d37a0ce0",
    "match": "https://api-prod.gambitprofit.com/api/matches/3f57d3ad-811e-45b0-95b8-b96e8b0d8430/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-13T09:07:59.745454-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": "TEX",
                "amount": 6232.0
            },
            {
                "team": "TOR",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "5ddce8f4-3474-45fa-b982-3376a059422a",
            "gambit_id": "ce58b605-8f9d-4b70-b47f-8b94bf28c532",
            "last_updated": "2023-09-15T10:18:22.843906-04:00",
            "created_at": "2023-09-13T09:07:59.750347-04:00",
            "name": "TEX",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/416c4c87-ba89-4ea6-8b73-e6b5d37a0ce0/?format=api"
        },
        {
            "id": "893aabc4-62de-4a7c-be1a-171d44f227fa",
            "gambit_id": "bc353473-15b7-4729-8bcd-7a768701c9c7",
            "last_updated": "2023-09-15T10:18:22.852221-04:00",
            "created_at": "2023-09-13T09:07:59.755240-04:00",
            "name": "TOR",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/416c4c87-ba89-4ea6-8b73-e6b5d37a0ce0/?format=api"
        }
    ]
}