GET /api/bet_types/f5906c9e-5149-4c4b-95ad-cb499964fc39/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5906c9e-5149-4c4b-95ad-cb499964fc39",
    "match": "https://api-prod.gambitprofit.com/api/matches/a8c461f8-c870-4a2a-b314-e6021bd9bd5a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-06T11:51:57.204758-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": 6163.0
            },
            {
                "team": "ARI",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "ee86fd1e-5c6a-4149-853c-c14abeca851e",
            "gambit_id": "3d8b4592-ca27-40ca-926f-57accccb7be9",
            "last_updated": "2023-05-07T11:57:16.576403-04:00",
            "created_at": "2023-05-06T11:51:57.207519-04:00",
            "name": "WAS",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5906c9e-5149-4c4b-95ad-cb499964fc39/?format=api"
        },
        {
            "id": "42c16d43-e34a-454a-9b99-d706e1c07837",
            "gambit_id": "ae103173-15a8-487d-a7cc-4088eb797a3d",
            "last_updated": "2023-05-07T11:57:16.575063-04:00",
            "created_at": "2023-05-06T11:51:57.206152-04:00",
            "name": "ARI",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5906c9e-5149-4c4b-95ad-cb499964fc39/?format=api"
        }
    ]
}