GET /api/bet_types/8ad93cf2-3f86-4520-8a88-582a02d40bc5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ad93cf2-3f86-4520-8a88-582a02d40bc5",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e684e20-0835-4b39-b345-1311ca73fca1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-31T10:08:03.955079-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": "Colorado Avalanche",
                "amount": 7615.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 2385.0
            }
        ],
        "expected_reward_tokens": 9442.6,
        "profit_sb": -57.4,
        "profit_sb_percentage": -0.6,
        "recommended": false
    },
    "lines": [
        {
            "id": "7f85bf64-045c-4451-be20-a2051b2a0762",
            "gambit_id": "a319b598-deb6-4190-9587-973d416b7d6c",
            "last_updated": "2024-01-02T10:23:10.069959-05:00",
            "created_at": "2023-12-31T10:08:03.965374-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.24000",
            "odds": "1.25640",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ad93cf2-3f86-4520-8a88-582a02d40bc5/?format=api"
        },
        {
            "id": "8dae1551-07dc-41ac-be94-578bde9b3afd",
            "gambit_id": "ee13be38-bcc1-4299-9f72-93bf7ca560b0",
            "last_updated": "2024-01-02T10:23:10.066420-05:00",
            "created_at": "2023-12-31T10:08:03.959761-05:00",
            "name": "San Jose Sharks",
            "reward": "3.96000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ad93cf2-3f86-4520-8a88-582a02d40bc5/?format=api"
        }
    ]
}