GET /api/bet_types/291f0432-731a-4468-a117-8ea82e3fe1db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "291f0432-731a-4468-a117-8ea82e3fe1db",
    "match": "https://api-prod.gambitprofit.com/api/matches/7fdd2261-fef3-4ad5-92ed-3d54f96c13cd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-24T09:08:01.718495-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": "New York Knicks",
                "amount": 6465.0
            },
            {
                "team": "Miami Heat",
                "amount": 3535.0
            }
        ],
        "expected_reward_tokens": 9438.45,
        "profit_sb": -61.55,
        "profit_sb_percentage": -0.65,
        "recommended": false
    },
    "lines": [
        {
            "id": "b26cacf8-6639-4ef5-a2f8-22780e0b597d",
            "gambit_id": "3d04365a-7120-4dba-af62-e1c0cd0e80a1",
            "last_updated": "2023-11-27T10:08:24.287200-05:00",
            "created_at": "2023-11-24T09:08:01.728229-05:00",
            "name": "New York Knicks",
            "reward": "1.46000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/291f0432-731a-4468-a117-8ea82e3fe1db/?format=api"
        },
        {
            "id": "d267a3ff-e213-468b-9353-76561be07258",
            "gambit_id": "35ead300-a20f-41d4-bc3a-1acdc6fd41c5",
            "last_updated": "2023-11-27T10:08:24.283670-05:00",
            "created_at": "2023-11-24T09:08:01.722638-05:00",
            "name": "Miami Heat",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/291f0432-731a-4468-a117-8ea82e3fe1db/?format=api"
        }
    ]
}