GET /api/bet_types/80d9149f-085c-4698-a7b9-d3163f82d43c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80d9149f-085c-4698-a7b9-d3163f82d43c",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a6b3499-0a19-44bd-b471-451114a1813e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-23T09:28:13.547623-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": "ARI",
                "amount": 5784.0
            },
            {
                "team": "SFO",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "c1f56ed4-533a-48c6-8bf1-f7f50c6e32ed",
            "gambit_id": "118e120c-eaaf-4642-ad51-ec402cd3270a",
            "last_updated": "2023-06-25T10:18:02.135140-04:00",
            "created_at": "2023-06-23T09:28:13.549385-04:00",
            "name": "ARI",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80d9149f-085c-4698-a7b9-d3163f82d43c/?format=api"
        },
        {
            "id": "4bb08eb9-df33-44d1-971a-8d281b1103b9",
            "gambit_id": "a83a65ed-2557-44f9-9248-cc6e84c5eea5",
            "last_updated": "2023-06-25T10:18:02.136764-04:00",
            "created_at": "2023-06-23T09:28:13.551383-04:00",
            "name": "SFO",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80d9149f-085c-4698-a7b9-d3163f82d43c/?format=api"
        }
    ]
}