GET /api/bet_types/66bc5f42-8e2f-4b89-98a0-c8d7c7e934c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "66bc5f42-8e2f-4b89-98a0-c8d7c7e934c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/cb17da80-cf76-4595-8e4c-eb665487aa39/?format=api",
    "name": "Play the Odds",
    "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": "Massachusetts",
                "amount": 5000.0
            },
            {
                "team": "Eastern Michigan",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": 250.0,
        "profit_sb_percentage": 2.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "9fa2f8e6-c061-49fb-863a-337fd06ef028",
            "gambit_id": "3950429d-6f84-4d19-90c0-c096766037d0",
            "last_updated": "2022-10-02T20:02:03.715936-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Massachusetts",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "20.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66bc5f42-8e2f-4b89-98a0-c8d7c7e934c4/?format=api"
        },
        {
            "id": "f2dbafc8-3663-41af-80ef-b73df07a0739",
            "gambit_id": "443ddd54-8b16-4c97-bb73-587cc3405df1",
            "last_updated": "2022-10-02T20:02:03.714965-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Eastern Michigan",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-20.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66bc5f42-8e2f-4b89-98a0-c8d7c7e934c4/?format=api"
        }
    ]
}