GET /api/bet_types/d1f35b94-8405-4890-bc5b-4eec67174a89/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d1f35b94-8405-4890-bc5b-4eec67174a89",
    "match": "https://api-prod.gambitprofit.com/api/matches/d60170c8-5ce9-4300-ab74-92ea040b399a/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Brooklyn Nets",
                "amount": 6389.0
            },
            {
                "team": "Washington Wizards",
                "amount": 3611.0
            }
        ],
        "expected_reward_tokens": 9135.83,
        "profit_sb": 135.83,
        "profit_sb_percentage": 1.51,
        "recommended": true
    },
    "lines": [
        {
            "id": "45f6a0c3-dd12-4c6a-90ea-6d1308589026",
            "gambit_id": "a55f04a0-3361-42f5-935f-9c3c5bb51f41",
            "last_updated": "2022-12-13T10:02:35.217480-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.43000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1f35b94-8405-4890-bc5b-4eec67174a89/?format=api"
        },
        {
            "id": "418b0ace-9c34-46ce-ba94-7f1c94cb4b91",
            "gambit_id": "c1a3777d-b35d-4ace-ae7b-af2fca24e004",
            "last_updated": "2022-12-13T10:02:35.216347-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "2.53000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1f35b94-8405-4890-bc5b-4eec67174a89/?format=api"
        }
    ]
}