GET /api/bet_types/9538a1b4-3b14-458c-ae1d-29bb37209a8b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9538a1b4-3b14-458c-ae1d-29bb37209a8b",
    "match": "https://api-prod.gambitprofit.com/api/matches/41700d8b-6308-453b-9a02-c6ba02667863/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-09T09:27:11.484334-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": "COL (R Feltner)",
                "amount": 5663.0
            },
            {
                "team": "WAS (C Kuhl)",
                "amount": 4337.0
            }
        ],
        "expected_reward_tokens": 9627.1,
        "profit_sb": 127.1,
        "profit_sb_percentage": 1.34,
        "recommended": true
    },
    "lines": [
        {
            "id": "85e3a233-6aab-455d-9172-68ccf9c71f5d",
            "gambit_id": "7e0ab595-54e3-4436-b5c6-fc946d5c3c1e",
            "last_updated": "2023-04-10T14:27:25.766193-04:00",
            "created_at": "2023-04-09T09:27:11.487133-04:00",
            "name": "COL (R Feltner)",
            "reward": "1.70000",
            "odds": "1.72990",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9538a1b4-3b14-458c-ae1d-29bb37209a8b/?format=api"
        },
        {
            "id": "8e268195-b65c-41ae-be76-82b6ea3f0573",
            "gambit_id": "49c150da-d5d1-4304-b6c2-b021df7573fa",
            "last_updated": "2023-04-10T14:27:25.770339-04:00",
            "created_at": "2023-04-09T09:27:11.489390-04:00",
            "name": "WAS (C Kuhl)",
            "reward": "2.22000",
            "odds": "2.27000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9538a1b4-3b14-458c-ae1d-29bb37209a8b/?format=api"
        }
    ]
}