GET /api/bet_types/e604173c-d2d0-4330-b690-782a18b16924/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e604173c-d2d0-4330-b690-782a18b16924",
    "match": "https://api-prod.gambitprofit.com/api/matches/7da13ccd-8c94-4daf-8269-c0ecb93a7b85/?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": "SEA",
                "amount": 5571.0
            },
            {
                "team": "OAK",
                "amount": 4429.0
            }
        ],
        "expected_reward_tokens": 9079.45,
        "profit_sb": 79.45,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "8f9bbe90-44e8-420e-a829-84f71158b0df",
            "gambit_id": "32dab819-67b9-4e7f-a199-ab7fc31bd155",
            "last_updated": "2022-09-23T10:22:09.519641-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "1.63000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e604173c-d2d0-4330-b690-782a18b16924/?format=api"
        },
        {
            "id": "b58bc5f1-1e84-4382-8386-bf5d400be4c9",
            "gambit_id": "8ba092e8-891a-4b5c-b359-6bc9f4763ca6",
            "last_updated": "2022-09-23T10:22:09.518490-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "2.05000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e604173c-d2d0-4330-b690-782a18b16924/?format=api"
        }
    ]
}