GET /api/bet_types/3d257e52-576d-4853-9050-c7784df4a1c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d257e52-576d-4853-9050-c7784df4a1c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/99203cbd-4812-42d9-8522-0c0bd7c10598/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-15T12:27:12.833728-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": "PHI",
                "amount": 6390.0
            },
            {
                "team": "CIN",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "f56af9dc-068b-4815-92f6-13de8b60270a",
            "gambit_id": "f88cec72-cb59-4336-8a86-6cdd28ace3aa",
            "last_updated": "2023-04-16T18:02:17.163409-04:00",
            "created_at": "2023-04-15T12:27:12.836531-04:00",
            "name": "PHI",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d257e52-576d-4853-9050-c7784df4a1c4/?format=api"
        },
        {
            "id": "08e2dbbc-5585-4abe-9461-cd7862e5149d",
            "gambit_id": "e0817a93-d409-41f4-bdb7-cc0136e00c1d",
            "last_updated": "2023-04-16T18:02:17.161226-04:00",
            "created_at": "2023-04-15T12:27:12.835124-04:00",
            "name": "CIN",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d257e52-576d-4853-9050-c7784df4a1c4/?format=api"
        }
    ]
}