GET /api/bet_types/630430dc-3942-4d6f-a299-62c22c02fef2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "630430dc-3942-4d6f-a299-62c22c02fef2",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1f9dfc8-b7c7-462a-a17e-16a35dd7b0ca/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-17T11:06:50.870731-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": "LAA",
                "amount": 5773.0
            },
            {
                "team": "BAL",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "61548ac0-1c05-4064-b7ae-7f682478f65a",
            "gambit_id": "68ceb090-84b9-4003-a3ff-b44157d211e9",
            "last_updated": "2023-05-18T11:47:19.493730-04:00",
            "created_at": "2023-05-17T11:06:50.874594-04:00",
            "name": "LAA",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/630430dc-3942-4d6f-a299-62c22c02fef2/?format=api"
        },
        {
            "id": "9ea1b6b3-5432-43e1-96b9-cb24889476e4",
            "gambit_id": "793381b1-da87-4f19-8a47-55239191be1b",
            "last_updated": "2023-05-18T11:47:19.492367-04:00",
            "created_at": "2023-05-17T11:06:50.872776-04:00",
            "name": "BAL",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/630430dc-3942-4d6f-a299-62c22c02fef2/?format=api"
        }
    ]
}