GET /api/bet_types/f5455576-9f2c-4746-890f-64e58a3866a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5455576-9f2c-4746-890f-64e58a3866a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/f16dc03e-84df-4438-b0e1-315cd70c8420/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-21T10:22:14.804223-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": "Columbus Blue Jackets",
                "amount": 6556.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 3444.0
            }
        ],
        "expected_reward_tokens": 9505.44,
        "profit_sb": 5.44,
        "profit_sb_percentage": 0.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "31736bb7-0390-483d-b0eb-e01013824b18",
            "gambit_id": "0c6c0fc0-2f33-44d9-93a3-99d4a72e1776",
            "last_updated": "2023-01-23T10:17:15.817732-05:00",
            "created_at": "2023-01-21T10:22:14.805488-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.45000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5455576-9f2c-4746-890f-64e58a3866a3/?format=api"
        },
        {
            "id": "af1da1e9-7c3a-49f4-9a2b-38f1b56ccdcd",
            "gambit_id": "4adf8497-3e0d-4881-b387-2980c0c2b039",
            "last_updated": "2023-01-23T10:17:15.820541-05:00",
            "created_at": "2023-01-21T10:22:14.806713-05:00",
            "name": "San Jose Sharks",
            "reward": "2.76000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5455576-9f2c-4746-890f-64e58a3866a3/?format=api"
        }
    ]
}