GET /api/bet_types/83510476-1986-43b5-a2be-30b6f209305f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "83510476-1986-43b5-a2be-30b6f209305f",
    "match": "https://api-prod.gambitprofit.com/api/matches/f2d51b63-3f49-4070-b0b9-bfdf4964fd15/?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": "SFO",
                "amount": 5831.0
            },
            {
                "team": "SDG",
                "amount": 4169.0
            }
        ],
        "expected_reward_tokens": 9212.98,
        "profit_sb": 212.98,
        "profit_sb_percentage": 2.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "7cd3ce22-5a76-4f41-9200-5c211499975e",
            "gambit_id": "72703188-b20f-4efb-a0ab-37b3fb8eb879",
            "last_updated": "2022-08-31T11:32:06.825891-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO",
            "reward": "1.58000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83510476-1986-43b5-a2be-30b6f209305f/?format=api"
        },
        {
            "id": "51c1bc35-99b2-4053-b60b-1c61f44dd6ac",
            "gambit_id": "33386dd8-8b48-4870-8f98-29d34b42e8aa",
            "last_updated": "2022-08-31T11:32:06.826352-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "2.21000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83510476-1986-43b5-a2be-30b6f209305f/?format=api"
        }
    ]
}