GET /api/bet_types/185b9b08-2cd4-43e8-afff-184f568dd6bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "185b9b08-2cd4-43e8-afff-184f568dd6bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/86a1c597-d3b1-4b10-89ce-a227c58d01ab/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-17T23:07:15.599159-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": "Duke",
                "amount": 5107.0
            },
            {
                "team": "Tennessee",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "089ace37-003f-4a08-b55f-b2d6cd0fb85a",
            "gambit_id": "c0b76965-0f64-461c-a456-a4c0f540b5d0",
            "last_updated": "2023-03-19T16:37:10.322330-04:00",
            "created_at": "2023-03-17T23:07:15.603913-04:00",
            "name": "Duke",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/185b9b08-2cd4-43e8-afff-184f568dd6bc/?format=api"
        },
        {
            "id": "1777822f-6a4b-40a2-8cf9-606ad1121e6f",
            "gambit_id": "45b67397-7be2-495e-84f3-5e30f0388582",
            "last_updated": "2023-03-19T16:37:10.320924-04:00",
            "created_at": "2023-03-17T23:07:15.601694-04:00",
            "name": "Tennessee",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/185b9b08-2cd4-43e8-afff-184f568dd6bc/?format=api"
        }
    ]
}