GET /api/bet_types/c29f1740-9cf9-4e65-83d9-4c170abb5213/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c29f1740-9cf9-4e65-83d9-4c170abb5213",
    "match": "https://api-prod.gambitprofit.com/api/matches/ba147c7a-b0cf-403c-aaba-9c03c71d6c49/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-21T08:53:24.827615-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": "MIL",
                "amount": 5773.0
            },
            {
                "team": "ATL",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "bfe245d6-aa03-4b47-b8c1-cca0aa56b0ee",
            "gambit_id": "7e87b71d-b87d-4570-bef2-7ffb4e9bf223",
            "last_updated": "2023-07-22T09:53:02.722153-04:00",
            "created_at": "2023-07-21T08:53:24.832347-04:00",
            "name": "MIL",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c29f1740-9cf9-4e65-83d9-4c170abb5213/?format=api"
        },
        {
            "id": "5b7f139a-6018-4251-b148-51c8953c4252",
            "gambit_id": "4ae21606-7895-4607-a5ff-555042c328b7",
            "last_updated": "2023-07-22T09:53:02.718767-04:00",
            "created_at": "2023-07-21T08:53:24.830084-04:00",
            "name": "ATL",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c29f1740-9cf9-4e65-83d9-4c170abb5213/?format=api"
        }
    ]
}