GET /api/bet_types/26316856-2d82-4168-a0a3-ae887298ea4f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "26316856-2d82-4168-a0a3-ae887298ea4f",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5e19791-e4e2-4b40-892d-f054a10bd025/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-21T12:32:07.613289-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": "Florida Panthers",
                "amount": 6547.0
            },
            {
                "team": "Boston Bruins",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "8a23001f-c150-46c7-8b67-4b93f29c2847",
            "gambit_id": "2fab2d56-6999-4509-a1b4-2236f43e8b77",
            "last_updated": "2023-04-22T13:07:13.078324-04:00",
            "created_at": "2023-04-21T12:32:07.615133-04:00",
            "name": "Florida Panthers",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26316856-2d82-4168-a0a3-ae887298ea4f/?format=api"
        },
        {
            "id": "be78c673-da37-4f5a-bc98-f37443ff7bbb",
            "gambit_id": "ba4dde52-0323-4922-8283-04e937fb7d7e",
            "last_updated": "2023-04-22T13:07:13.079935-04:00",
            "created_at": "2023-04-21T12:32:07.617058-04:00",
            "name": "Boston Bruins",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26316856-2d82-4168-a0a3-ae887298ea4f/?format=api"
        }
    ]
}