GET /api/bet_types/0341a67e-87b5-4b85-8e3e-5d45e6cfe58a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0341a67e-87b5-4b85-8e3e-5d45e6cfe58a",
    "match": "https://api-prod.gambitprofit.com/api/matches/dded4368-066b-4623-bd7d-32d1f0784c12/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-29T09:13:14.160623-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": "Dallas Mavericks",
                "amount": 6090.0
            },
            {
                "team": "Orlando Magic",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "88eac599-60e6-4751-a045-89a41a251393",
            "gambit_id": "2de00194-0609-4cde-8b30-e6932e885ed3",
            "last_updated": "2024-01-31T10:13:33.898142-05:00",
            "created_at": "2024-01-29T09:13:14.170254-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0341a67e-87b5-4b85-8e3e-5d45e6cfe58a/?format=api"
        },
        {
            "id": "b3ab8a6b-7773-4904-9bc2-79885228a3b9",
            "gambit_id": "1eb3644d-d7ff-4743-8b4f-d8530f4f7b83",
            "last_updated": "2024-01-31T10:13:33.895014-05:00",
            "created_at": "2024-01-29T09:13:14.164810-05:00",
            "name": "Orlando Magic",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0341a67e-87b5-4b85-8e3e-5d45e6cfe58a/?format=api"
        }
    ]
}