GET /api/bet_types/d9241bf4-e6b0-4571-a310-558269c6295d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9241bf4-e6b0-4571-a310-558269c6295d",
    "match": "https://api-prod.gambitprofit.com/api/matches/ff6388b0-4f91-4ede-8087-54fef727bf65/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Boston Celtics",
                "amount": 5521.0
            },
            {
                "team": "Miami Heat",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "bc89d652-6556-41a0-9da2-8903b6e8bbd1",
            "gambit_id": "b5edf8b2-42bd-488a-a313-0a294b29164f",
            "last_updated": "2022-10-22T09:22:26.715428-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9241bf4-e6b0-4571-a310-558269c6295d/?format=api"
        },
        {
            "id": "cdae4d8c-10ec-4287-8b58-d57dcf86fdb2",
            "gambit_id": "1f77f76a-5edd-4877-b7ee-2befcbc2de13",
            "last_updated": "2022-10-22T09:22:26.714463-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9241bf4-e6b0-4571-a310-558269c6295d/?format=api"
        }
    ]
}