GET /api/bet_types/f5aa7405-df2a-4c64-aa1b-5efb33af4d95/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5aa7405-df2a-4c64-aa1b-5efb33af4d95",
    "match": "https://api-prod.gambitprofit.com/api/matches/cbf1fea3-4b17-4a7b-ab59-de420677d090/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-27T13:03:11.743439-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": "STL",
                "amount": 6100.0
            },
            {
                "team": "HOU",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "a29c2760-9f6c-4e21-8691-3b34a06a37db",
            "gambit_id": "79abac9b-fb47-4d9e-b0a9-5e7e6c06df8d",
            "last_updated": "2023-06-28T21:28:08.947177-04:00",
            "created_at": "2023-06-27T13:03:11.748638-04:00",
            "name": "STL",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5aa7405-df2a-4c64-aa1b-5efb33af4d95/?format=api"
        },
        {
            "id": "57ba8756-a327-4664-803e-66d42f8f6304",
            "gambit_id": "491bc53f-e5f7-4129-bad6-8d4b2931e429",
            "last_updated": "2023-06-28T21:28:08.944683-04:00",
            "created_at": "2023-06-27T13:03:11.746092-04:00",
            "name": "HOU",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5aa7405-df2a-4c64-aa1b-5efb33af4d95/?format=api"
        }
    ]
}