GET /api/bet_types/3de38a37-7c1a-4277-97d5-cf37cf8a055d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3de38a37-7c1a-4277-97d5-cf37cf8a055d",
    "match": "https://api-prod.gambitprofit.com/api/matches/be538448-4bca-4c83-b93f-33910877b141/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-28T12:37:00.742287-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 Mavericks",
                "amount": 7563.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 2437.0
            }
        ],
        "expected_reward_tokens": 9528.67,
        "profit_sb": 28.67,
        "profit_sb_percentage": 0.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "5d557fc0-1b9a-49e2-a59c-48c0409db850",
            "gambit_id": "3bbab7cd-f1e1-4e1a-b753-490fe2ef50ae",
            "last_updated": "2023-03-01T09:32:03.321988-05:00",
            "created_at": "2023-02-28T12:37:00.743508-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.26000",
            "odds": "1.26320",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3de38a37-7c1a-4277-97d5-cf37cf8a055d/?format=api"
        },
        {
            "id": "6ac5f6a3-3275-4417-a5e6-e016e2f9d20b",
            "gambit_id": "91e9db2e-fc61-4c39-81af-2a88127138e6",
            "last_updated": "2023-03-01T09:32:03.323154-05:00",
            "created_at": "2023-02-28T12:37:00.744787-05:00",
            "name": "Indiana Pacers",
            "reward": "3.91000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3de38a37-7c1a-4277-97d5-cf37cf8a055d/?format=api"
        }
    ]
}