GET /api/bet_types/42fe5e90-6275-4e18-a7f7-93b48b55785e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42fe5e90-6275-4e18-a7f7-93b48b55785e",
    "match": "https://api-prod.gambitprofit.com/api/matches/1537b878-f8ac-4fa2-96ea-f75d55f3c52b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-11T17:33:21.262205-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": "WAS",
                "amount": 5939.0
            },
            {
                "team": "PIT",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "e12b5155-5e65-4fe6-a97d-f6aff70cd1a4",
            "gambit_id": "d644b4c1-b39c-48af-9a10-28a08b200310",
            "last_updated": "2023-09-12T21:28:20.121845-04:00",
            "created_at": "2023-09-11T17:33:21.266408-04:00",
            "name": "WAS",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42fe5e90-6275-4e18-a7f7-93b48b55785e/?format=api"
        },
        {
            "id": "28fd2b24-4204-48e7-88a3-7ac28e5b3de2",
            "gambit_id": "c466ce6b-6049-4bbc-8230-0e598ac48b75",
            "last_updated": "2023-09-12T21:28:20.124945-04:00",
            "created_at": "2023-09-11T17:33:21.271157-04:00",
            "name": "PIT",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42fe5e90-6275-4e18-a7f7-93b48b55785e/?format=api"
        }
    ]
}