GET /api/bet_types/3dc822e3-782a-4e32-b62e-2427f22a1354/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3dc822e3-782a-4e32-b62e-2427f22a1354",
    "match": "https://api-prod.gambitprofit.com/api/matches/c34145d7-f846-44e0-a78c-6031b74f8704/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-21T12:52:13.442895-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": "NYM",
                "amount": 6399.0
            },
            {
                "team": "SFO",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "249ae2d1-a9c4-4edb-a8fe-7f5690b9a3d3",
            "gambit_id": "4a25a494-d44a-47af-a291-c9775228ea30",
            "last_updated": "2023-04-22T13:07:17.110891-04:00",
            "created_at": "2023-04-21T12:52:13.448068-04:00",
            "name": "NYM",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3dc822e3-782a-4e32-b62e-2427f22a1354/?format=api"
        },
        {
            "id": "e3a9a60e-8207-4923-b7b6-095b40e0abdc",
            "gambit_id": "57df865f-767d-4c8d-bc5b-56f1befa91a4",
            "last_updated": "2023-04-22T13:07:17.109187-04:00",
            "created_at": "2023-04-21T12:52:13.445608-04:00",
            "name": "SFO",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3dc822e3-782a-4e32-b62e-2427f22a1354/?format=api"
        }
    ]
}