GET /api/bet_types/7efaa0f3-444d-4de1-9ad6-2763b25f0f45/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7efaa0f3-444d-4de1-9ad6-2763b25f0f45",
    "match": "https://api-prod.gambitprofit.com/api/matches/442c2be3-0a96-4c7c-abd8-d85fc4340caf/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-19T22:56:58.731604-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": "Toronto Ultra",
                "amount": 6140.0
            },
            {
                "team": "Los Angeles Thieves",
                "amount": 3860.0
            }
        ],
        "expected_reward_tokens": 9148.2,
        "profit_sb": -351.8,
        "profit_sb_percentage": -3.7,
        "recommended": false
    },
    "lines": [
        {
            "id": "300f002d-78e9-4cd2-94fc-36f0d897f105",
            "gambit_id": "6340a000-ce55-4645-bf9e-ebff42b165ba",
            "last_updated": "2023-01-23T11:57:24.114284-05:00",
            "created_at": "2023-01-19T22:56:58.732843-05:00",
            "name": "Toronto Ultra",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7efaa0f3-444d-4de1-9ad6-2763b25f0f45/?format=api"
        },
        {
            "id": "98f43734-9d30-4242-9b09-c5ffbb6f0cdc",
            "gambit_id": "a45ff1d8-cc85-44e8-9547-dcc564fd7208",
            "last_updated": "2023-01-23T11:57:24.115367-05:00",
            "created_at": "2023-01-19T22:56:58.734055-05:00",
            "name": "Los Angeles Thieves",
            "reward": "2.37000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7efaa0f3-444d-4de1-9ad6-2763b25f0f45/?format=api"
        }
    ]
}