GET /api/bet_types/a9b5538d-5a93-4b69-b6d5-51080c3bdb08/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a9b5538d-5a93-4b69-b6d5-51080c3bdb08",
    "match": "https://api-prod.gambitprofit.com/api/matches/759238eb-92ef-4970-9780-eba956702aa0/?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": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Colorado Rapids",
                "amount": 7197.0
            },
            {
                "team": "Draw",
                "amount": 2803.0
            }
        ],
        "expected_reward_tokens": 11155.35,
        "profit_sb": 2155.35,
        "profit_sb_percentage": 23.95,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Colorado Rapids",
                "amount": 5731.0
            },
            {
                "team": "Draw",
                "amount": 2232.0
            },
            {
                "team": "Vancouver Whitecaps FC",
                "amount": 2037.0
            }
        ],
        "expected_reward_tokens": 8881.32,
        "profit_sb": -118.68,
        "profit_sb_percentage": -1.32,
        "recommended": false
    },
    "lines": [
        {
            "id": "78720ff7-abb3-4f68-8496-42a2511f29ab",
            "gambit_id": "97490eea-e25a-4d03-866c-791a70c7a4a4",
            "last_updated": "2022-09-11T21:22:16.546228-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Rapids",
            "reward": "1.55000",
            "odds": "1.62000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9b5538d-5a93-4b69-b6d5-51080c3bdb08/?format=api"
        },
        {
            "id": "e4bb89a0-4124-4da6-8119-9c85a7ac2640",
            "gambit_id": "c4c0bd79-0d90-493c-9881-c3157a61d182",
            "last_updated": "2022-09-11T21:22:16.547619-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.98000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9b5538d-5a93-4b69-b6d5-51080c3bdb08/?format=api"
        },
        {
            "id": "ec460e68-142a-42b7-9a66-02cd1be371dc",
            "gambit_id": "de3503bf-95a1-48b5-b862-d953c4a38a20",
            "last_updated": "2022-09-11T21:22:16.544828-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Whitecaps FC",
            "reward": "4.36000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9b5538d-5a93-4b69-b6d5-51080c3bdb08/?format=api"
        }
    ]
}