GET /api/bet_types/53848dc0-632d-4feb-afd2-73b760148448/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "53848dc0-632d-4feb-afd2-73b760148448",
    "match": "https://api-prod.gambitprofit.com/api/matches/ebc79b29-68d5-41d0-9b41-76e2b7051730/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Baltimore Ravens",
                "amount": 5208.0
            },
            {
                "team": "Cleveland Browns",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "c8f5a1e3-5f9b-4d68-ae41-7ca4ad831694",
            "gambit_id": "a1c12664-abf3-48fc-841a-08971570c0e7",
            "last_updated": "2022-12-19T12:02:18.269053-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53848dc0-632d-4feb-afd2-73b760148448/?format=api"
        },
        {
            "id": "121920fa-8842-4c4c-9fae-f8ad4ce1bf74",
            "gambit_id": "6e917853-d809-48c7-b8a1-fe44d610b8f2",
            "last_updated": "2022-12-19T12:02:18.268015-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Browns",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53848dc0-632d-4feb-afd2-73b760148448/?format=api"
        }
    ]
}