GET /api/bet_types/d3c0f142-5fde-44ff-a7f9-509029281390/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3c0f142-5fde-44ff-a7f9-509029281390",
    "match": "https://api-prod.gambitprofit.com/api/matches/036c26c8-f88f-44d7-a960-2a64fc8d9a5a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-13T09:08:19.976006-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": 6308.0
            },
            {
                "team": "MIN",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "55075d11-e2b6-4fde-adf7-8ca8461c862f",
            "gambit_id": "a4166ee0-076c-4221-9c5b-c7631a3278da",
            "last_updated": "2023-06-14T11:23:20.746677-04:00",
            "created_at": "2023-06-13T09:08:19.977718-04:00",
            "name": "MIL",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3c0f142-5fde-44ff-a7f9-509029281390/?format=api"
        },
        {
            "id": "ecf7fd95-9e10-4c4b-9b43-17d2078efe10",
            "gambit_id": "983f470a-bfb1-4f2c-ae03-5f823c795d0a",
            "last_updated": "2023-06-14T11:23:20.748857-04:00",
            "created_at": "2023-06-13T09:08:19.979909-04:00",
            "name": "MIN",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3c0f142-5fde-44ff-a7f9-509029281390/?format=api"
        }
    ]
}