GET /api/bet_types/a2205cff-214e-4ae2-8e7c-7db12f22f565/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a2205cff-214e-4ae2-8e7c-7db12f22f565",
    "match": "https://api-prod.gambitprofit.com/api/matches/33e54622-dac8-42a1-b6a1-99890a1c1cfc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-24T12:57:57.663443-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": "Carolina Panthers",
                "amount": 5107.0
            },
            {
                "team": "Detroit Lions",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "ea52b41b-7e54-4363-930b-8a27cd0f4429",
            "gambit_id": "61ad8b3b-577b-48b4-afaf-4deef94f2bb7",
            "last_updated": "2023-08-29T09:18:24.006885-04:00",
            "created_at": "2023-08-24T12:57:57.671043-04:00",
            "name": "Carolina Panthers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2205cff-214e-4ae2-8e7c-7db12f22f565/?format=api"
        },
        {
            "id": "9a9bf9be-017e-4378-9c3e-d86d37d9e963",
            "gambit_id": "b22c0743-4494-4bab-bccc-1e7e1b0c56aa",
            "last_updated": "2023-08-29T09:18:24.001465-04:00",
            "created_at": "2023-08-24T12:57:57.667049-04:00",
            "name": "Detroit Lions",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2205cff-214e-4ae2-8e7c-7db12f22f565/?format=api"
        }
    ]
}