GET /api/bet_types/010bf722-e5fc-47e6-82ce-85288d1cee77/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "010bf722-e5fc-47e6-82ce-85288d1cee77",
    "match": "https://api-prod.gambitprofit.com/api/matches/a2dfc07f-ee25-4f9d-b3a8-300dcd11aabc/?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": "Sacramento Kings",
                "amount": 5974.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 4026.0
            }
        ],
        "expected_reward_tokens": 9139.02,
        "profit_sb": 139.02,
        "profit_sb_percentage": 1.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "08a6f648-1c5e-4d2a-9665-bb893344ebd9",
            "gambit_id": "8901b5a5-5752-4741-a342-cdc596c7d2dd",
            "last_updated": "2022-12-05T11:47:12.268005-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sacramento Kings",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/010bf722-e5fc-47e6-82ce-85288d1cee77/?format=api"
        },
        {
            "id": "9e173cd2-0868-45e7-9cb3-b4a1c7d5ee42",
            "gambit_id": "2bde6c8d-60c4-4a39-aaef-ea49e085e507",
            "last_updated": "2022-12-05T11:47:12.267044-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "2.27000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/010bf722-e5fc-47e6-82ce-85288d1cee77/?format=api"
        }
    ]
}