GET /api/bet_types/ba7ffdbc-dd03-4194-b535-248ddd11327a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba7ffdbc-dd03-4194-b535-248ddd11327a",
    "match": "https://api-prod.gambitprofit.com/api/matches/f9f6865a-29fc-4cdb-a615-58decac4bb31/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-22T09:01:56.604391-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": "Boston Bruins",
                "amount": 5518.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 4482.0
            }
        ],
        "expected_reward_tokens": 9546.14,
        "profit_sb": 46.14,
        "profit_sb_percentage": 0.49,
        "recommended": true
    },
    "lines": [
        {
            "id": "29e043db-59b5-4d34-9838-a8f7ad58ee30",
            "gambit_id": "841f0fd8-1563-4919-885b-43418b705e89",
            "last_updated": "2023-01-23T15:37:00.736927-05:00",
            "created_at": "2023-01-22T09:01:56.605681-05:00",
            "name": "Boston Bruins",
            "reward": "1.73000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba7ffdbc-dd03-4194-b535-248ddd11327a/?format=api"
        },
        {
            "id": "a59e4861-8938-4a6e-b476-ec8d90adf1f7",
            "gambit_id": "37888f64-ac77-407d-9cec-cef6d3e74a91",
            "last_updated": "2023-01-23T15:37:00.738169-05:00",
            "created_at": "2023-01-22T09:01:56.607012-05:00",
            "name": "San Jose Sharks",
            "reward": "2.13000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba7ffdbc-dd03-4194-b535-248ddd11327a/?format=api"
        }
    ]
}