GET /api/bet_types/238f034a-8fe0-4736-b382-3c9ca25d5a4d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "238f034a-8fe0-4736-b382-3c9ca25d5a4d",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8d306e0-7edc-42f2-96ec-65a2fef3f9dd/?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": "Dallas Stars",
                "amount": 6170.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 3830.0
            }
        ],
        "expected_reward_tokens": 9192.0,
        "profit_sb": 192.0,
        "profit_sb_percentage": 2.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "1ed42319-59fc-44f7-a7cb-1aa0118ccf10",
            "gambit_id": "ac362cc2-e0d7-4c54-a243-d3d1d31d573f",
            "last_updated": "2022-12-14T10:17:16.535777-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/238f034a-8fe0-4736-b382-3c9ca25d5a4d/?format=api"
        },
        {
            "id": "8ae84227-b7a0-46e2-9887-e5d0cfc067b7",
            "gambit_id": "5c54f00b-2257-4852-9c1c-d4857d9d039f",
            "last_updated": "2022-12-14T10:17:16.534630-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Jersey Devils",
            "reward": "2.40000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/238f034a-8fe0-4736-b382-3c9ca25d5a4d/?format=api"
        }
    ]
}