GET /api/bet_types/a7e0b83b-a60a-4339-af97-9ae44a0535e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7e0b83b-a60a-4339-af97-9ae44a0535e1",
    "match": "https://api-prod.gambitprofit.com/api/matches/f1c52b5f-80e9-4d75-a347-0766cb130089/?format=api",
    "name": "Over/Under",
    "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": "Game Total Over 7",
                "amount": 5205.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "192f0f06-cf36-415f-bea7-a877e01cccbc",
            "gambit_id": "3ded0e30-95e8-4fcc-8f3c-4095c35e82c4",
            "last_updated": "2022-09-08T10:47:28.288160-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7e0b83b-a60a-4339-af97-9ae44a0535e1/?format=api"
        },
        {
            "id": "9b02cb3f-2086-4712-8419-4669ebaa275e",
            "gambit_id": "3a667a1a-03f9-4b3a-bfd6-a192786f4800",
            "last_updated": "2022-09-08T10:47:28.286978-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7e0b83b-a60a-4339-af97-9ae44a0535e1/?format=api"
        }
    ]
}