GET /api/bet_types/7bb544c1-4a6f-4ed9-9776-063f2b7a3082/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7bb544c1-4a6f-4ed9-9776-063f2b7a3082",
    "match": "https://api-prod.gambitprofit.com/api/matches/024c20c8-79dd-41c0-b563-9eadad63c0d0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-01T01:03:11.852355-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": "LAA (P Sandoval)",
                "amount": 5415.0
            },
            {
                "team": "OAK (J Sears)",
                "amount": 4585.0
            }
        ],
        "expected_reward_tokens": 9582.65,
        "profit_sb": 82.65,
        "profit_sb_percentage": 0.87,
        "recommended": true
    },
    "lines": [
        {
            "id": "a92ce7e1-3052-4fc3-acf6-5227e1711819",
            "gambit_id": "1360cb51-8434-4ff7-afc3-ecd1711c60d9",
            "last_updated": "2023-09-02T12:03:25.690122-04:00",
            "created_at": "2023-09-01T01:03:11.856274-04:00",
            "name": "LAA (P Sandoval)",
            "reward": "1.77000",
            "odds": "1.80650",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bb544c1-4a6f-4ed9-9776-063f2b7a3082/?format=api"
        },
        {
            "id": "5a70962b-7bf2-47f8-93aa-abee68c47972",
            "gambit_id": "e8e3a356-e2b7-4bea-b462-ebc10663d801",
            "last_updated": "2023-09-02T12:03:25.693575-04:00",
            "created_at": "2023-09-01T01:03:11.860365-04:00",
            "name": "OAK (J Sears)",
            "reward": "2.09000",
            "odds": "2.14000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bb544c1-4a6f-4ed9-9776-063f2b7a3082/?format=api"
        }
    ]
}