GET /api/bet_types/104acf33-67c9-40fe-92ea-63c7bdbabb64/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "104acf33-67c9-40fe-92ea-63c7bdbabb64",
    "match": "https://api-prod.gambitprofit.com/api/matches/b579e07f-3ba2-4c87-9aec-0a6b8a985faf/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-28T09:33:14.500081-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": "Philadelphia Flyers",
                "amount": 6241.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "9c44a940-9780-4e36-962b-ecdfc4581d94",
            "gambit_id": "da959c33-a816-4ca4-8f16-368037120533",
            "last_updated": "2023-11-29T22:03:08.584414-05:00",
            "created_at": "2023-11-28T09:33:14.509987-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/104acf33-67c9-40fe-92ea-63c7bdbabb64/?format=api"
        },
        {
            "id": "053fe686-1f05-4dff-86c0-755609cc32ae",
            "gambit_id": "b4418366-cf5b-4519-8ee5-f3715ed97018",
            "last_updated": "2023-11-29T22:03:08.580757-05:00",
            "created_at": "2023-11-28T09:33:14.505002-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/104acf33-67c9-40fe-92ea-63c7bdbabb64/?format=api"
        }
    ]
}