GET /api/bet_types/b91644cc-c5a4-46b5-be6d-e51d1317abb2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b91644cc-c5a4-46b5-be6d-e51d1317abb2",
    "match": "https://api-prod.gambitprofit.com/api/matches/91211a28-8481-44f9-b21b-5a2132fec47d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-29T09:23:09.098261-04: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": "MIN (J Ryan)",
                "amount": 6293.0
            },
            {
                "team": "COL (T Blach)",
                "amount": 3707.0
            }
        ],
        "expected_reward_tokens": 9564.06,
        "profit_sb": 64.06,
        "profit_sb_percentage": 0.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "1ec441db-27b6-4b68-a7ba-1a9bc75aad0e",
            "gambit_id": "4ec98e5d-9547-44bc-b282-321e0ac9e0c2",
            "last_updated": "2023-09-30T10:48:11.375557-04:00",
            "created_at": "2023-09-29T09:23:09.107017-04:00",
            "name": "MIN (J Ryan)",
            "reward": "1.52000",
            "odds": "1.54050",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b91644cc-c5a4-46b5-be6d-e51d1317abb2/?format=api"
        },
        {
            "id": "c70e5782-70c6-453c-9542-bd083c2b3523",
            "gambit_id": "10c546d9-2641-4ec9-a740-3df39325fc42",
            "last_updated": "2023-09-30T10:48:11.379110-04:00",
            "created_at": "2023-09-29T09:23:09.111583-04:00",
            "name": "COL (T Blach)",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b91644cc-c5a4-46b5-be6d-e51d1317abb2/?format=api"
        }
    ]
}