GET /api/bet_types/7a31a4ed-f039-43fd-b766-198c19a278dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a31a4ed-f039-43fd-b766-198c19a278dd",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab5a0d57-77ed-4533-937f-492963c45e8c/?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": "NYM",
                "amount": 5399.0
            },
            {
                "team": "OAK",
                "amount": 4601.0
            }
        ],
        "expected_reward_tokens": 9016.33,
        "profit_sb": 16.33,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "5128a52a-33f1-48c7-a2ad-a6d7140aefc0",
            "gambit_id": "506cd818-6a53-4a06-9e35-87a30a9abd2a",
            "last_updated": "2022-09-24T21:07:20.384422-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a31a4ed-f039-43fd-b766-198c19a278dd/?format=api"
        },
        {
            "id": "265e4c26-a1b3-4e61-bd6d-8ddcddfebf2a",
            "gambit_id": "ee31edc8-bd83-4f42-82ed-21756d869121",
            "last_updated": "2022-09-24T21:07:20.383439-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a31a4ed-f039-43fd-b766-198c19a278dd/?format=api"
        }
    ]
}