GET /api/bet_types/e7e510d4-a17b-4544-bab4-4a008683dad1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e7e510d4-a17b-4544-bab4-4a008683dad1",
    "match": "https://api-prod.gambitprofit.com/api/matches/fde93381-b5d0-4d4d-8fab-dccaf1e38bcf/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-14T11:13:14.030644-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": "Atlanta Braves",
                "amount": 5990.0
            },
            {
                "team": "Detroit Tigers",
                "amount": 4010.0
            }
        ],
        "expected_reward_tokens": 9583.9,
        "profit_sb": 83.9,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "8dd462fd-095d-4fe7-a429-576b65586ad7",
            "gambit_id": "316694d0-3aa3-4062-9f8a-ea38dde58e1a",
            "last_updated": "2023-06-15T23:28:30.176179-04:00",
            "created_at": "2023-06-14T11:13:14.032849-04:00",
            "name": "Atlanta Braves",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7e510d4-a17b-4544-bab4-4a008683dad1/?format=api"
        },
        {
            "id": "b76aab79-edab-490b-a7bb-1597c1c1844a",
            "gambit_id": "ef3c7a1b-5b09-479b-b649-56d7a23f11f0",
            "last_updated": "2023-06-15T23:28:30.177708-04:00",
            "created_at": "2023-06-14T11:13:14.037876-04:00",
            "name": "Detroit Tigers",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7e510d4-a17b-4544-bab4-4a008683dad1/?format=api"
        }
    ]
}