GET /api/bet_types/c73cb4bf-7f76-4638-9b7d-7a04ce8b7a94/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c73cb4bf-7f76-4638-9b7d-7a04ce8b7a94",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a8a7704-111b-4e75-8f90-12a32db1ad43/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-16T10:02:03.805539-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": "Los Angeles Clippers",
                "amount": 5106.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "afc9c242-1ac5-416e-988c-2959a8f8903c",
            "gambit_id": "41e4476a-747d-4250-b69c-a2b737d16d3e",
            "last_updated": "2023-02-17T09:22:26.657801-05:00",
            "created_at": "2023-02-16T10:02:03.808145-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c73cb4bf-7f76-4638-9b7d-7a04ce8b7a94/?format=api"
        },
        {
            "id": "43029c5b-0ac5-4d53-8b04-f33c5a46ccb1",
            "gambit_id": "63d81b27-fd35-4b8b-9edd-6394e7ece0c3",
            "last_updated": "2023-02-17T09:22:26.656559-05:00",
            "created_at": "2023-02-16T10:02:03.806892-05:00",
            "name": "Phoenix Suns",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c73cb4bf-7f76-4638-9b7d-7a04ce8b7a94/?format=api"
        }
    ]
}