GET /api/bet_types/a5966c58-f6cf-4faa-b160-e8b35d2b5ebe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a5966c58-f6cf-4faa-b160-e8b35d2b5ebe",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e586c51-2c30-4894-888f-92bd5971cf27/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-19T08:48:00.510960-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": "CIN",
                "amount": 6090.0
            },
            {
                "team": "SFO",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "656f15e4-6d32-468e-9c08-a4b5526de95b",
            "gambit_id": "0f6a79c3-ea35-496d-a61f-122e51032cdb",
            "last_updated": "2023-07-20T19:43:14.434130-04:00",
            "created_at": "2023-07-19T08:48:00.513993-04:00",
            "name": "CIN",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5966c58-f6cf-4faa-b160-e8b35d2b5ebe/?format=api"
        },
        {
            "id": "3c232e3c-e0b5-4a6d-964d-5f7032d9e68a",
            "gambit_id": "fe2835ca-1c96-4298-8e25-446e42a6b305",
            "last_updated": "2023-07-20T19:43:14.432720-04:00",
            "created_at": "2023-07-19T08:48:00.512474-04:00",
            "name": "SFO",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5966c58-f6cf-4faa-b160-e8b35d2b5ebe/?format=api"
        }
    ]
}