GET /api/bet_types/c9eeb9e6-49c4-4c8a-b184-afd9f6fedccf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9eeb9e6-49c4-4c8a-b184-afd9f6fedccf",
    "match": "https://api-prod.gambitprofit.com/api/matches/7f201f3f-d761-47f5-8639-fddbd506ba0a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-13T09:22:03.646020-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": "Golden State Warriors",
                "amount": 6308.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "36f09ed3-eaa3-428b-85e8-38acbd2cb08f",
            "gambit_id": "9f5b3672-87aa-4838-a244-e8bb70d7128f",
            "last_updated": "2023-03-14T12:27:15.251626-04:00",
            "created_at": "2023-03-13T09:22:03.647811-04:00",
            "name": "Golden State Warriors",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9eeb9e6-49c4-4c8a-b184-afd9f6fedccf/?format=api"
        },
        {
            "id": "e76fbf01-88fc-4b93-b624-ce3ac9853dbd",
            "gambit_id": "639e389a-ea2a-4a7f-ac6d-1a2296c58734",
            "last_updated": "2023-03-14T12:27:15.253961-04:00",
            "created_at": "2023-03-13T09:22:03.649602-04:00",
            "name": "Phoenix Suns",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9eeb9e6-49c4-4c8a-b184-afd9f6fedccf/?format=api"
        }
    ]
}