GET /api/bet_types/fc5aa13e-9c44-41d4-886c-03fe1746b4d3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc5aa13e-9c44-41d4-886c-03fe1746b4d3",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c6484f4-4491-447c-bc15-4a1229cba0b8/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-15T10:23:26.238359-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": "Boston Celtics",
                "amount": 5107.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "26bc709a-477b-4c86-a547-0e2b753ff6b2",
            "gambit_id": "5964262f-0d68-4b39-a0c1-9782ac3258b7",
            "last_updated": "2024-01-17T22:08:15.073880-05:00",
            "created_at": "2024-01-15T10:23:26.243097-05:00",
            "name": "Boston Celtics",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc5aa13e-9c44-41d4-886c-03fe1746b4d3/?format=api"
        },
        {
            "id": "8935f5cb-5162-4dc3-84d5-6a2caa1a5868",
            "gambit_id": "6a95c2ac-cca0-4814-9e78-2e4b7e1caec2",
            "last_updated": "2024-01-17T22:08:15.077178-05:00",
            "created_at": "2024-01-15T10:23:26.251604-05:00",
            "name": "Toronto Raptors",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc5aa13e-9c44-41d4-886c-03fe1746b4d3/?format=api"
        }
    ]
}