GET /api/bet_types/79a412f3-537e-4278-9476-12656c1e39d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "79a412f3-537e-4278-9476-12656c1e39d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/cab82922-c227-417d-be57-5f6863887280/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-17T23:07:14.535011-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": "Penn State",
                "amount": 5107.0
            },
            {
                "team": "Texas",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c66db338-2b9f-46c5-917b-fb7ad07d17e4",
            "gambit_id": "8ee800b5-8b8a-4ca6-9fe2-3d9e510583b0",
            "last_updated": "2023-03-19T16:42:15.673418-04:00",
            "created_at": "2023-03-17T23:07:14.541113-04:00",
            "name": "Penn State",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79a412f3-537e-4278-9476-12656c1e39d8/?format=api"
        },
        {
            "id": "4ac66d26-0845-48cd-bad0-2f4a2e8fe671",
            "gambit_id": "098c3683-cceb-4f70-b224-a7ff31e03e3a",
            "last_updated": "2023-03-19T16:42:15.671824-04:00",
            "created_at": "2023-03-17T23:07:14.538351-04:00",
            "name": "Texas",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79a412f3-537e-4278-9476-12656c1e39d8/?format=api"
        }
    ]
}